#CAB29C

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

Shades of Vanilla #CAB29C

Tints of Vanilla #CAB29C

Color information

#CAB29C (or 0xCAB29C) is unknown color: approx Vanilla. HEX triplet: CA, B2 and 9C. RGB value is (202,178,156). Sum of RGB (Red+Green+Blue) = 202+178+156=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB29C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB29C is #354D63. Grayscale: #B6B6B6. Windows color (decimal): -3493220 or 10269386. OLE color: 10269386.

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

Color convert

RGB202178156-
CMYK00.120.230.21
HSL28.7º30.26%70.2%-
HSV(B)28.7º22.77%79.22%-
XYZ46.2846.838.05-
YUV182.67112.95141.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 178 (69.92% from 255) = 33.21%
BLUE value IS 156 (61.33% from 255) = 29.10%
R=37.69%
G=33.21%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217815600.120.230.2128.730.2670.2
HexCAB29C0C17151d1e46
Octal31226223401427253536106
Binary11001010101100101001110001100101111010111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB29C; }

 p { color: rgb(202,178,156); }

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

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

 a { background-color: rgb(202,178,156); }

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

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

 span { border-color: rgb(202,178,156); }

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