#CAB19F

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

Shades of Cashmere #CAB19F

Tints of Cashmere #CAB19F

Color information

#CAB19F (or 0xCAB19F) is unknown color: approx Cashmere. HEX triplet: CA, B1 and 9F. RGB value is (202,177,159). Sum of RGB (Red+Green+Blue) = 202+177+159=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 177 (69.53% from 255 or 32.90% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB19F is #354E60. Grayscale: #B6B6B6. Windows color (decimal): -3493473 or 10465738. OLE color: 10465738.

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

Color convert

RGB202177159-
CMYK00.120.210.21
HSL25.12º28.86%70.78%-
HSV(B)25.12º21.29%79.22%-
XYZ46.3446.539.33-
YUV182.42114.78141.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 177 (69.53% from 255) = 32.90%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=37.55%
G=32.90%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217715900.120.210.2125.1228.8670.78
HexCAB19F0C1515191d47
Octal31226123701425253135107
Binary11001010101100011001111101100101011010111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB19F; }

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

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

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

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

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

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

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

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