#CBB296

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

Shades of Sour Dough #CBB296

Tints of Sour Dough #CBB296

Color information

#CBB296 (or 0xCBB296) is unknown color: approx Sour Dough. HEX triplet: CB, B2 and 96. RGB value is (203,178,150). Sum of RGB (Red+Green+Blue) = 203+178+150=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB296 is #344D69. Grayscale: #B6B6B6. Windows color (decimal): -3427690 or 9876171. OLE color: 9876171.

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

Color convert

RGB203178150-
CMYK00.120.260.20
HSL31.7º33.76%69.22%-
HSV(B)31.7º26.11%79.61%-
XYZ46.0546.7435.45-
YUV182.28109.78142.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.23%
GREEN value IS 178 (69.92% from 255) = 33.52%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=38.23%
G=33.52%
B=28.25%

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
Decimal20317815000.120.260.2031.733.7669.22
HexCBB2960C1A14202245
Octal31326222601432244042105
Binary1100101110110010100101100110011010101001000001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB296; }

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

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

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

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

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

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

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

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