#CAB996

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

Shades of Sour Dough #CAB996

Tints of Sour Dough #CAB996

Color information

#CAB996 (or 0xCAB996) is unknown color: approx Sour Dough. HEX triplet: CA, B9 and 96. RGB value is (202,185,150). Sum of RGB (Red+Green+Blue) = 202+185+150=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB996 is #354669. Grayscale: #BABABA. Windows color (decimal): -3491434 or 9877962. OLE color: 9877962.

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

Color convert

RGB202185150-
CMYK00.080.260.21
HSL40.38º32.91%69.02%-
HSV(B)40.38º25.74%79.22%-
XYZ47.2149.4635.91-
YUV186.09107.63139.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 185 (72.66% from 255) = 34.45%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=37.62%
G=34.45%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218515000.080.260.2140.3832.9169.02
HexCAB996081A15282145
Octal31227122601032255041105
Binary1100101010111001100101100100011010101011010001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB996; }

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

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

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

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

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

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

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

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