#CAB696

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

Shades of Sour Dough #CAB696

Tints of Sour Dough #CAB696

Color information

#CAB696 (or 0xCAB696) is unknown color: approx Sour Dough. HEX triplet: CA, B6 and 96. RGB value is (202,182,150). Sum of RGB (Red+Green+Blue) = 202+182+150=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB696 is #354969. Grayscale: #B8B8B8. Windows color (decimal): -3492202 or 9877194. OLE color: 9877194.

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

Color convert

RGB202182150-
CMYK00.100.260.21
HSL36.92º32.91%69.02%-
HSV(B)36.92º25.74%79.22%-
XYZ46.5948.2135.7-
YUV184.33108.63140.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=37.83%
G=34.08%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218215000.100.260.2136.9232.9169.02
HexCAB6960A1A15252145
Octal31226622601232254541105
Binary1100101010110110100101100101011010101011001011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB696; }

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

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

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

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

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

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

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

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