#CAB09C

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

Shades of Cashmere #CAB09C

Tints of Cashmere #CAB09C

Color information

#CAB09C (or 0xCAB09C) is unknown color: approx Cashmere. HEX triplet: CA, B0 and 9C. RGB value is (202,176,156). Sum of RGB (Red+Green+Blue) = 202+176+156=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB09C is #354F63. Grayscale: #B5B5B5. Windows color (decimal): -3493732 or 10268874. OLE color: 10268874.

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

Color convert

RGB202176156-
CMYK00.130.230.21
HSL26.09º30.26%70.2%-
HSV(B)26.09º22.77%79.22%-
XYZ45.8846.0137.91-
YUV181.49113.61142.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 176 (69.14% from 255) = 32.96%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=37.83%
G=32.96%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217615600.130.230.2126.0930.2670.2
HexCAB09C0D17151a1e46
Octal31226023401527253236106
Binary11001010101100001001110001101101111010111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB09C; }

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

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

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

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

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

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

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

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