#CBB396

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

Shades of Sour Dough #CBB396

Tints of Sour Dough #CBB396

Color information

#CBB396 (or 0xCBB396) is unknown color: approx Sour Dough. HEX triplet: CB, B3 and 96. RGB value is (203,179,150). Sum of RGB (Red+Green+Blue) = 203+179+150=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB396 is #344C69. Grayscale: #B7B7B7. Windows color (decimal): -3427434 or 9876427. OLE color: 9876427.

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

Color convert

RGB203179150-
CMYK00.120.260.20
HSL32.83º33.76%69.22%-
HSV(B)32.83º26.11%79.61%-
XYZ46.2547.1435.52-
YUV182.87109.45142.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 179 (70.31% from 255) = 33.65%
BLUE value IS 150 (58.98% from 255) = 28.20%
R=38.16%
G=33.65%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317915000.120.260.2032.8333.7669.22
HexCBB3960C1A14212245
Octal31326322601432244142105
Binary1100101110110011100101100110011010101001000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB396; }

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

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

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

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

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

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

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

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