#CBB595

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

Shades of Sour Dough #CBB595

Tints of Sour Dough #CBB595

Color information

#CBB595 (or 0xCBB595) is unknown color: approx Sour Dough. HEX triplet: CB, B5 and 95. RGB value is (203,181,149). Sum of RGB (Red+Green+Blue) = 203+181+149=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 181 (71.09% from 255 or 33.96% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB595 is #344A6A. Grayscale: #B8B8B8. Windows color (decimal): -3426923 or 9811403. OLE color: 9811403.

HSL color Cylindrical-coordinate representation of color #CBB595: hue angle of 35.56º 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 #CBB595 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203181149-
CMYK00.110.270.20
HSL35.56º34.18%69.02%-
HSV(B)35.56º26.6%79.61%-
XYZ46.5847.9135.23-
YUV183.93108.29141.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 181 (71.09% from 255) = 33.96%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=38.09%
G=33.96%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318114900.110.270.2035.5634.1869.02
HexCBB5950B1B14242245
Octal31326522501333244442105
Binary1100101110110101100101010101111011101001001001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB595; }

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

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

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

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

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

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

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

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