#CAB49E

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

Shades of Vanilla #CAB49E

Tints of Vanilla #CAB49E

Color information

#CAB49E (or 0xCAB49E) is unknown color: approx Vanilla. HEX triplet: CA, B4 and 9E. RGB value is (202,180,158). Sum of RGB (Red+Green+Blue) = 202+180+158=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 180 (70.70% from 255 or 33.33% from 540); Blue value is 158 (62.11% from 255 or 29.26% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB49E is #354B61. Grayscale: #B8B8B8. Windows color (decimal): -3492706 or 10400970. OLE color: 10400970.

HSL color Cylindrical-coordinate representation of color #CAB49E: hue angle of 30º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAB49E is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202180158-
CMYK00.110.220.21
HSL30º29.33%70.59%-
HSV(B)30º21.78%79.22%-
XYZ46.8547.6739.08-
YUV184.07113.29140.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 180 (70.70% from 255) = 33.33%
BLUE value IS 158 (62.11% from 255) = 29.26%
R=37.41%
G=33.33%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218015800.110.220.213029.3370.59
HexCAB49E0B16151e1d47
Octal31226423601326253635107
Binary11001010101101001001111001011101101010111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB49E; }

 p { color: rgb(202,180,158); }

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

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

 a { background-color: rgb(202,180,158); }

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

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

 span { border-color: rgb(202,180,158); }

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