#CBB596

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

Shades of Sour Dough #CBB596

Tints of Sour Dough #CBB596

Color information

#CBB596 (or 0xCBB596) is unknown color: approx Sour Dough. HEX triplet: CB, B5 and 96. RGB value is (203,181,150). Sum of RGB (Red+Green+Blue) = 203+181+150=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB596 is #344A69. Grayscale: #B8B8B8. Windows color (decimal): -3426922 or 9876939. OLE color: 9876939.

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

Color convert

RGB203181150-
CMYK00.110.260.20
HSL35.09º33.76%69.22%-
HSV(B)35.09º26.11%79.61%-
XYZ46.6647.9535.65-
YUV184.04108.79141.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=38.01%
G=33.90%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318115000.110.260.2035.0933.7669.22
HexCBB5960B1A14232245
Octal31326522601332244342105
Binary1100101110110101100101100101111010101001000111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB596; }

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

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

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

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

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

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

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

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