#CBB999

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

Shades of Sour Dough #CBB999

Tints of Sour Dough #CBB999

Color information

#CBB999 (or 0xCBB999) is unknown color: approx Sour Dough. HEX triplet: CB, B9 and 99. RGB value is (203,185,153). Sum of RGB (Red+Green+Blue) = 203+185+153=541 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.52% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB999 is #344666. Grayscale: #BABABA. Windows color (decimal): -3425895 or 10074571. OLE color: 10074571.

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

Color convert

RGB203185153-
CMYK00.090.250.20
HSL38.4º32.47%69.8%-
HSV(B)38.4º24.63%79.61%-
XYZ47.7349.6937.21-
YUV186.73108.96139.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.52%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 153 (60.16% from 255) = 28.28%
R=37.52%
G=34.20%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318515300.090.250.2038.432.4769.8
HexCBB999091914262046
Octal31327123101131244640106
Binary1100101110111001100110010100111001101001001101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB999; }

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

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

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

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

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

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

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

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