#C9AE9D

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

Shades of Cashmere #C9AE9D

Tints of Cashmere #C9AE9D

Color information

#C9AE9D (or 0xC9AE9D) is unknown color: approx Cashmere. HEX triplet: C9, AE and 9D. RGB value is (201,174,157). Sum of RGB (Red+Green+Blue) = 201+174+157=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 174 (68.36% from 255 or 32.71% from 532); Blue value is 157 (61.72% from 255 or 29.51% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AE9D is #365162. Grayscale: #B4B4B4. Windows color (decimal): -3559779 or 10333897. OLE color: 10333897.

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

Color convert

RGB201174157-
CMYK00.130.220.21
HSL23.18º28.95%70.2%-
HSV(B)23.18º21.89%78.82%-
XYZ45.3145.1238.22-
YUV180.14114.95142.88-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 174 (68.36% from 255) = 32.71%
BLUE value IS 157 (61.72% from 255) = 29.51%
R=37.78%
G=32.71%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117415700.130.220.2123.1828.9570.2
HexC9AE9D0D1615171d46
Octal31125623501526252735106
Binary11001001101011101001110101101101101010110111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AE9D; }

 p { color: rgb(201,174,157); }

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

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

 a { background-color: rgb(201,174,157); }

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

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

 span { border-color: rgb(201,174,157); }

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