Color Hex Logo

#ccb097 Color Hex

#CCB097
(204,176,151)
0 Favorites   0 Comments

Color spaces of #ccb097

RGB 204176151
HSL0.080.340.70
HSV28°26°80°
CMYK 0.000.140.26   0.20
XYZ46.013146.122435.7555
Yxy46.12240.35980.3606
Hunter Lab67.91352.089716.3241
CIE-Lab73.62496.286516.5431

#ccb097 color RGB value is (204,176,151).

#ccb097 hex color red value is 204, green value is 176 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #ccb097 hue: 0.08 , saturation: 0.34 and the lightness value of ccb097 is 0.70.

The process color (four color CMYK) of #ccb097 color hex is 0.00, 0.14, 0.26, 0.20. Web safe color of #ccb097 is #cc9999. Color #ccb097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110000 10010111
Octal 314 260 227
Decimal 204 176 151
Hex CC B0 97

RGB Percentages of Color #ccb097

%38.42
%33.15
%28.44

CMYK Percentages of Color #ccb097

%0
%14
%26
%20

Triadic Colors of #ccb097

#ccb097 #97ccb0 #b097cc

Analogous Colors of #ccb097

#ccb097 #cccb97 #cc9799

Monochromatic Colors of #ccb097

#ccb097

Complementary Color

#ccb097 #97b3cc

#ccb097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb097 Color CSS Codes

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

#ccb097 Text Font Color

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

This sample text font color is #ccb097
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.


#ccb097 Background Color

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

This div background color is #ccb097


#ccb097 Border Color

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

This div border color is #ccb097


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,176,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccb097; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccb097;
  -webkit-box-shadow: 1px 1px 3px 2px #ccb097;
  box-shadow:         1px 1px 3px 2px #ccb097; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,176,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb097

#ccb097 Color Palettes


Comments

No comments written yet.

Please login to write comment.