#CCB997

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

Shades of Sour Dough #CCB997

Tints of Sour Dough #CCB997

Color information

#CCB997 (or 0xCCB997) is unknown color: approx Sour Dough. HEX triplet: CC, B9 and 97. RGB value is (204,185,151). Sum of RGB (Red+Green+Blue) = 204+185+151=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 151 (59.38% from 255 or 27.96% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB997 is #334668. Grayscale: #BABABA. Windows color (decimal): -3360361 or 9943500. OLE color: 9943500.

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

Color convert

RGB204185151-
CMYK00.090.260.2
HSL38.49º34.19%69.61%-
HSV(B)38.49º25.98%80%-
XYZ47.8449.7736.36-
YUV186.8107.79140.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 151 (59.38% from 255) = 27.96%
R=37.78%
G=34.26%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418515100.090.260.238.4934.1969.61
HexCCB997091A14262246
Octal31427122701132244642106
Binary1100110010111001100101110100111010101001001101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB997; }

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

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

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

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

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

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

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

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