#CCB897

Color #CCB897 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CCB897

Tints of Sour Dough #CCB897

Color information

#CCB897 (or 0xCCB897) is unknown color: approx Sour Dough. HEX triplet: CC, B8 and 97. RGB value is (204,184,151). Sum of RGB (Red+Green+Blue) = 204+184+151=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB897 is #334768. Grayscale: #BABABA. Windows color (decimal): -3360617 or 9943244. OLE color: 9943244.

HSL color Cylindrical-coordinate representation of color #CCB897: hue angle of 37.36º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCB897 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204184151-
CMYK00.100.260.2
HSL37.36º34.19%69.61%-
HSV(B)37.36º25.98%80%-
XYZ47.6349.3536.29-
YUV186.22108.13140.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 151 (59.38% from 255) = 28.01%
R=37.85%
G=34.14%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418415100.100.260.237.3634.1969.61
HexCCB8970A1A14252246
Octal31427022701232244542106
Binary1100110010111000100101110101011010101001001011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB897; }

 p { color: rgb(204,184,151); }

 H1.HeaderClassName
 {
   color: #CCB897;
 }
 .AnyTagClassName
 {
   color: #CCB897;
 }
</style>
background-color css

<style>
 a { background-color: #CCB897; }

 a { background-color: rgb(204,184,151); }

 div.DivClassName
 {
   background-color: #CCB897;
 }
 .BgClassName
 {
   background-color: #CCB897;
 }
</style>
border-color css

<style>
 span { border-color: #CCB897; }

 span { border-color: rgb(204,184,151); }

 td.TdClassName
 {
   border-color: #CCB897;
 }
 .TagClassName
 {
   border-color: #CCB897;
 }
</style>