#C9AF9E

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

Shades of Cashmere #C9AF9E

Tints of Cashmere #C9AF9E

Color information

#C9AF9E (or 0xC9AF9E) is unknown color: approx Cashmere. HEX triplet: C9, AF and 9E. RGB value is (201,175,158). Sum of RGB (Red+Green+Blue) = 201+175+158=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF9E is #365061. Grayscale: #B4B4B4. Windows color (decimal): -3559522 or 10399689. OLE color: 10399689.

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

Color convert

RGB201175158-
CMYK00.130.210.21
HSL23.72º28.48%70.39%-
HSV(B)23.72º21.39%78.82%-
XYZ45.5945.5538.74-
YUV180.84115.11142.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 175 (68.75% from 255) = 32.77%
BLUE value IS 158 (62.11% from 255) = 29.59%
R=37.64%
G=32.77%
B=29.59%

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
Decimal20117515800.130.210.2123.7228.4870.39
HexC9AF9E0D1515181c46
Octal31125723601525253034106
Binary11001001101011111001111001101101011010111000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AF9E; }

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

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

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

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

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

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

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

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