#CBB997

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

Shades of Sour Dough #CBB997

Tints of Sour Dough #CBB997

Color information

#CBB997 (or 0xCBB997) is unknown color: approx Sour Dough. HEX triplet: CB, B9 and 97. RGB value is (203,185,151). Sum of RGB (Red+Green+Blue) = 203+185+151=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 151 (59.38% from 255 or 28.01% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB997 is #344668. Grayscale: #BABABA. Windows color (decimal): -3425897 or 9943499. OLE color: 9943499.

HSL color Cylindrical-coordinate representation of color #CBB997: hue angle of 39.23º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB997 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203185151-
CMYK00.090.260.20
HSL39.23º33.33%69.41%-
HSV(B)39.23º25.62%79.61%-
XYZ47.5649.6336.35-
YUV186.51107.96139.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 151 (59.38% from 255) = 28.01%
R=37.66%
G=34.32%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318515100.090.260.2039.2333.3369.41
HexCBB997091A14272145
Octal31327122701132244741105
Binary1100101110111001100101110100111010101001001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB997; }

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

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

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

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

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

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

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

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