#C9AE9E

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

Shades of Cashmere #C9AE9E

Tints of Cashmere #C9AE9E

Color information

#C9AE9E (or 0xC9AE9E) is unknown color: approx Cashmere. HEX triplet: C9, AE and 9E. RGB value is (201,174,158). Sum of RGB (Red+Green+Blue) = 201+174+158=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 158 (62.11% from 255 or 29.64% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AE9E is #365161. Grayscale: #B4B4B4. Windows color (decimal): -3559778 or 10399433. OLE color: 10399433.

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

Color convert

RGB201174158-
CMYK00.130.210.21
HSL22.33º28.48%70.39%-
HSV(B)22.33º21.39%78.82%-
XYZ45.445.1638.67-
YUV180.25115.45142.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.71%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 158 (62.11% from 255) = 29.64%
R=37.71%
G=32.65%
B=29.64%

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
Decimal20117415800.130.210.2122.3328.4870.39
HexC9AE9E0D1515161c46
Octal31125623601525252634106
Binary11001001101011101001111001101101011010110110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AE9E; }

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

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

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

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

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

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

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

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