#CAB39A

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

Shades of Vanilla #CAB39A

Tints of Vanilla #CAB39A

Color information

#CAB39A (or 0xCAB39A) is unknown color: approx Vanilla. HEX triplet: CA, B3 and 9A. RGB value is (202,179,154). Sum of RGB (Red+Green+Blue) = 202+179+154=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB39A is #354C65. Grayscale: #B7B7B7. Windows color (decimal): -3492966 or 10138570. OLE color: 10138570.

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

Color convert

RGB202179154-
CMYK00.110.240.21
HSL31.25º31.17%69.8%-
HSV(B)31.25º23.76%79.22%-
XYZ46.3147.1337.23-
YUV183.03111.62141.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=37.76%
G=33.46%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217915400.110.240.2131.2531.1769.8
HexCAB39A0B18151f1f46
Octal31226323201330253737106
Binary11001010101100111001101001011110001010111111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB39A; }

 p { color: rgb(202,179,154); }

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

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

 a { background-color: rgb(202,179,154); }

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

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

 span { border-color: rgb(202,179,154); }

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