#C9AFA0

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

Shades of Cashmere #C9AFA0

Tints of Cashmere #C9AFA0

Color information

#C9AFA0 (or 0xC9AFA0) is unknown color: approx Cashmere. HEX triplet: C9, AF and A0. RGB value is (201,175,160). Sum of RGB (Red+Green+Blue) = 201+175+160=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFA0 is #36505F. Grayscale: #B5B5B5. Windows color (decimal): -3559520 or 10530761. OLE color: 10530761.

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

Color convert

RGB201175160-
CMYK00.130.200.21
HSL21.95º27.52%70.78%-
HSV(B)21.95º20.4%78.82%-
XYZ45.7645.6239.65-
YUV181.06116.11142.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=37.5%
G=32.65%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117516000.130.200.2121.9527.5270.78
HexC9AFA00D1415161c47
Octal31125724001524252634107
Binary11001001101011111010000001101101001010110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AFA0; }

 p { color: rgb(201,175,160); }

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

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

 a { background-color: rgb(201,175,160); }

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

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

 span { border-color: rgb(201,175,160); }

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