#CAB198

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

Shades of Vanilla #CAB198

Tints of Vanilla #CAB198

Color information

#CAB198 (or 0xCAB198) is unknown color: approx Vanilla. HEX triplet: CA, B1 and 98. RGB value is (202,177,152). Sum of RGB (Red+Green+Blue) = 202+177+152=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB198 is #354E67. Grayscale: #B5B5B5. Windows color (decimal): -3493480 or 10006986. OLE color: 10006986.

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

Color convert

RGB202177152-
CMYK00.120.250.21
HSL30º32.05%69.41%-
HSV(B)30º24.75%79.22%-
XYZ45.7546.2736.23-
YUV181.62111.28142.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 177 (69.53% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=38.04%
G=33.33%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217715200.120.250.213032.0569.41
HexCAB1980C19151e2045
Octal31226123001431253640105
Binary110010101011000110011000011001100110101111101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB198; }

 p { color: rgb(202,177,152); }

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

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

 a { background-color: rgb(202,177,152); }

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

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

 span { border-color: rgb(202,177,152); }

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