#CAB199

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

Shades of Cashmere #CAB199

Tints of Cashmere #CAB199

Color information

#CAB199 (or 0xCAB199) is unknown color: approx Cashmere. HEX triplet: CA, B1 and 99. RGB value is (202,177,153). Sum of RGB (Red+Green+Blue) = 202+177+153=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB199 is #354E66. Grayscale: #B5B5B5. Windows color (decimal): -3493479 or 10072522. OLE color: 10072522.

HSL color Cylindrical-coordinate representation of color #CAB199: hue angle of 29.39º degrees, saturation: 0.32, 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 #CAB199 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202177153-
CMYK00.120.240.21
HSL29.39º31.61%69.61%-
HSV(B)29.39º24.26%79.22%-
XYZ45.8346.336.66-
YUV181.74111.78142.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=37.97%
G=33.27%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217715300.120.240.2129.3931.6169.61
HexCAB1990C18151d2046
Octal31226123101430253540106
Binary110010101011000110011001011001100010101111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB199; }

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

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

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

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

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

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

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

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