Color Hex Logo

#cb9472 Color Hex

#CB9472
(203,148,114)
0 Favorites   0 Comments

Color spaces of #cb9472

RGB 203148114
HSL0.060.460.62
HSV23°44°80°
CMYK 0.000.270.44   0.20
XYZ38.255835.091220.6766
Yxy35.09120.40690.3732
Hunter Lab59.237811.609120.7717
CIE-Lab65.819616.496426.1110

#cb9472 color RGB value is (203,148,114).

#cb9472 hex color red value is 203, green value is 148 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cb9472 hue: 0.06 , saturation: 0.46 and the lightness value of cb9472 is 0.62.

The process color (four color CMYK) of #cb9472 color hex is 0.00, 0.27, 0.44, 0.20. Web safe color of #cb9472 is #cc9966. Color #cb9472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010100 01110010
Octal 313 224 162
Decimal 203 148 114
Hex CB 94 72

RGB Percentages of Color #cb9472

%43.66
%31.83
%24.52

CMYK Percentages of Color #cb9472

%0
%27
%44
%20

Triadic Colors of #cb9472

#cb9472 #72cb94 #9472cb

Analogous Colors of #cb9472

#cb9472 #cbc172 #cb727d

Monochromatic Colors of #cb9472

#cb9472

Complementary Color

#cb9472 #72a9cb

#cb9472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb9472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb9472 Color CSS Codes

.mybgcolor {background-color:#cb9472; } 
.myforecolor {color:#cb9472; }
.mybordercolor {border:3px solid #cb9472; }

#cb9472 Text Font Color

<p style="color:#cb9472">Text here</p>

This sample text font color is #cb9472
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb9472 Background Color

<div style="background-color:#cb9472">
Div content here</div>

This div background color is #cb9472


#cb9472 Border Color

<div style="border:3px solid #cb9472">
Div here</div>

This div border color is #cb9472


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,148,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb9472; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb9472;
  -webkit-box-shadow: 1px 1px 3px 2px #cb9472;
  box-shadow:         1px 1px 3px 2px #cb9472; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,148,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb9472">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb9472;
  -webkit-box-shadow: 1px 1px 3px 2px #cb9472;
  box-shadow:         1px 1px 3px 2px #cb9472;">
Div content here</div>

This div box has shadow with color #cb9472


Comments

No comments written yet.

Please login to write comment.