#CAB49D

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

Shades of Vanilla #CAB49D

Tints of Vanilla #CAB49D

Color information

#CAB49D (or 0xCAB49D) is unknown color: approx Vanilla. HEX triplet: CA, B4 and 9D. RGB value is (202,180,157). Sum of RGB (Red+Green+Blue) = 202+180+157=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB49D is #354B62. Grayscale: #B8B8B8. Windows color (decimal): -3492707 or 10335434. OLE color: 10335434.

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

Color convert

RGB202180157-
CMYK00.110.220.21
HSL30.67º29.8%70.39%-
HSV(B)30.67º22.28%79.22%-
XYZ46.7647.6338.63-
YUV183.96112.79140.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.48%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=37.48%
G=33.40%
B=29.13%

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
Decimal20218015700.110.220.2130.6729.870.39
HexCAB49D0B16151f1e46
Octal31226423501326253736106
Binary11001010101101001001110101011101101010111111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB49D; }

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

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

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

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

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

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

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

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