#CBB995

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

Shades of Sour Dough #CBB995

Tints of Sour Dough #CBB995

Color information

#CBB995 (or 0xCBB995) is unknown color: approx Sour Dough. HEX triplet: CB, B9 and 95. RGB value is (203,185,149). Sum of RGB (Red+Green+Blue) = 203+185+149=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB995 is #34466A. Grayscale: #BABABA. Windows color (decimal): -3425899 or 9812427. OLE color: 9812427.

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

Color convert

RGB203185149-
CMYK00.090.270.20
HSL40º34.18%69.02%-
HSV(B)40º26.6%79.61%-
XYZ47.449.5635.5-
YUV186.28106.96139.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 185 (72.66% from 255) = 34.45%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=37.80%
G=34.45%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318514900.090.270.204034.1869.02
HexCBB995091B14282245
Octal31327122501133245042105
Binary1100101110111001100101010100111011101001010001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB995; }

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

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

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

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

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

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

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

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