#CAB09F

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

Shades of Cashmere #CAB09F

Tints of Cashmere #CAB09F

Color information

#CAB09F (or 0xCAB09F) is unknown color: approx Cashmere. HEX triplet: CA, B0 and 9F. RGB value is (202,176,159). Sum of RGB (Red+Green+Blue) = 202+176+159=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB09F is #354F60. Grayscale: #B5B5B5. Windows color (decimal): -3493729 or 10465482. OLE color: 10465482.

HSL color Cylindrical-coordinate representation of color #CAB09F: hue angle of 23.72º 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 #CAB09F is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202176159-
CMYK00.130.210.21
HSL23.72º28.86%70.78%-
HSV(B)23.72º21.29%79.22%-
XYZ46.1446.1139.27-
YUV181.84115.11142.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 176 (69.14% from 255) = 32.77%
BLUE value IS 159 (62.5% from 255) = 29.61%
R=37.62%
G=32.77%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217615900.130.210.2123.7228.8670.78
HexCAB09F0D1515181d47
Octal31226023701525253035107
Binary11001010101100001001111101101101011010111000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB09F; }

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

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

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

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

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

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

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

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