#C9AF9F

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

Shades of Cashmere #C9AF9F

Tints of Cashmere #C9AF9F

Color information

#C9AF9F (or 0xC9AF9F) is unknown color: approx Cashmere. HEX triplet: C9, AF and 9F. RGB value is (201,175,159). Sum of RGB (Red+Green+Blue) = 201+175+159=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF9F is #365060. Grayscale: #B5B5B5. Windows color (decimal): -3559521 or 10465225. OLE color: 10465225.

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

Color convert

RGB201175159-
CMYK00.130.210.21
HSL22.86º28%70.59%-
HSV(B)22.86º20.9%78.82%-
XYZ45.6845.5839.19-
YUV180.95115.61142.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.57%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 159 (62.5% from 255) = 29.72%
R=37.57%
G=32.71%
B=29.72%

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
Decimal20117515900.130.210.2122.862870.59
HexC9AF9F0D1515171c47
Octal31125723701525252734107
Binary11001001101011111001111101101101011010110111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AF9F; }

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

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

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

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

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

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

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

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