#CAB49F

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

Shades of Vanilla #CAB49F

Tints of Vanilla #CAB49F

Color information

#CAB49F (or 0xCAB49F) is unknown color: approx Vanilla. HEX triplet: CA, B4 and 9F. RGB value is (202,180,159). Sum of RGB (Red+Green+Blue) = 202+180+159=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 180 (70.70% from 255 or 33.27% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB49F is #354B60. Grayscale: #B8B8B8. Windows color (decimal): -3492705 or 10466506. OLE color: 10466506.

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

Color convert

RGB202180159-
CMYK00.110.210.21
HSL29.3º28.86%70.78%-
HSV(B)29.3º21.29%79.22%-
XYZ46.9447.739.53-
YUV184.18113.79140.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 180 (70.70% from 255) = 33.27%
BLUE value IS 159 (62.5% from 255) = 29.39%
R=37.34%
G=33.27%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218015900.110.210.2129.328.8670.78
HexCAB49F0B15151d1d47
Octal31226423701325253535107
Binary11001010101101001001111101011101011010111101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB49F; }

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

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

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

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

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

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

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

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