#CCBB97

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

Shades of Sour Dough #CCBB97

Tints of Sour Dough #CCBB97

Color information

#CCBB97 (or 0xCCBB97) is unknown color: approx Sour Dough. HEX triplet: CC, BB and 97. RGB value is (204,187,151). Sum of RGB (Red+Green+Blue) = 204+187+151=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB97 is #334468. Grayscale: #BCBCBC. Windows color (decimal): -3359849 or 9944012. OLE color: 9944012.

HSL color Cylindrical-coordinate representation of color #CCBB97: hue angle of 40.75º 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 #CCBB97 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204187151-
CMYK00.080.260.2
HSL40.75º34.19%69.61%-
HSV(B)40.75º25.98%80%-
XYZ48.2650.6136.5-
YUV187.98107.13139.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.64%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 151 (59.38% from 255) = 27.86%
R=37.64%
G=34.50%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418715100.080.260.240.7534.1969.61
HexCCBB97081A14292246
Octal31427322701032245142106
Binary1100110010111011100101110100011010101001010011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB97; }

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

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

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

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

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

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

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

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