#CAB196

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

Shades of Sour Dough #CAB196

Tints of Sour Dough #CAB196

Color information

#CAB196 (or 0xCAB196) is unknown color: approx Sour Dough. HEX triplet: CA, B1 and 96. RGB value is (202,177,150). Sum of RGB (Red+Green+Blue) = 202+177+150=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB196 is #354E69. Grayscale: #B5B5B5. Windows color (decimal): -3493482 or 9875914. OLE color: 9875914.

HSL color Cylindrical-coordinate representation of color #CAB196: hue angle of 31.15º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB196 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB202177150-
CMYK00.120.260.21
HSL31.15º32.91%69.02%-
HSV(B)31.15º25.74%79.22%-
XYZ45.5846.235.37-
YUV181.4110.28142.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=38.19%
G=33.46%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217715000.120.260.2131.1532.9169.02
HexCAB1960C1A151f2145
Octal31226122601432253741105
Binary110010101011000110010110011001101010101111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB196; }

 p { color: rgb(202,177,150); }

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

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

 a { background-color: rgb(202,177,150); }

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

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

 span { border-color: rgb(202,177,150); }

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