#CBB991

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

Shades of Sour Dough #CBB991

Tints of Sour Dough #CBB991

Color information

#CBB991 (or 0xCBB991) is unknown color: approx Sour Dough. HEX triplet: CB, B9 and 91. RGB value is (203,185,145). Sum of RGB (Red+Green+Blue) = 203+185+145=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB991 is #34466E. Grayscale: #B9B9B9. Windows color (decimal): -3425903 or 9550283. OLE color: 9550283.

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

Color convert

RGB203185145-
CMYK00.090.290.20
HSL41.38º35.8%68.24%-
HSV(B)41.38º28.57%79.61%-
XYZ47.0949.4433.85-
YUV185.82104.96140.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 145 (57.03% from 255) = 27.20%
R=38.09%
G=34.71%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318514500.090.290.2041.3835.868.24
HexCBB991091D14292444
Octal31327122101135245144104
Binary1100101110111001100100010100111101101001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB991; }

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

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

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

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

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

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

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

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