#CBB996

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

Shades of Sour Dough #CBB996

Tints of Sour Dough #CBB996

Color information

#CBB996 (or 0xCBB996) is unknown color: approx Sour Dough. HEX triplet: CB, B9 and 96. RGB value is (203,185,150). Sum of RGB (Red+Green+Blue) = 203+185+150=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB996 is #344669. Grayscale: #BABABA. Windows color (decimal): -3425898 or 9877963. OLE color: 9877963.

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

Color convert

RGB203185150-
CMYK00.090.260.20
HSL39.62º33.76%69.22%-
HSV(B)39.62º26.11%79.61%-
XYZ47.4849.635.92-
YUV186.39107.46139.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=37.73%
G=34.39%
B=27.88%

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
Decimal20318515000.090.260.2039.6233.7669.22
HexCBB996091A14282245
Octal31327122601132245042105
Binary1100101110111001100101100100111010101001010001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB996; }

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

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

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

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

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

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

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

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