#CCB697

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

Shades of Sour Dough #CCB697

Tints of Sour Dough #CCB697

Color information

#CCB697 (or 0xCCB697) is unknown color: approx Sour Dough. HEX triplet: CC, B6 and 97. RGB value is (204,182,151). Sum of RGB (Red+Green+Blue) = 204+182+151=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB697 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB697 is #334968. Grayscale: #B9B9B9. Windows color (decimal): -3361129 or 9942732. OLE color: 9942732.

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

Color convert

RGB204182151-
CMYK00.110.260.2
HSL35.09º34.19%69.61%-
HSV(B)35.09º25.98%80%-
XYZ47.2248.5336.16-
YUV185.04108.79141.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.99%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 151 (59.38% from 255) = 28.12%
R=37.99%
G=33.89%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418215100.110.260.235.0934.1969.61
HexCCB6970B1A14232246
Octal31426622701332244342106
Binary1100110010110110100101110101111010101001000111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB697; }

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

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

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

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

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

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

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

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