#C9AE93

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

Shades of Cashmere #C9AE93

Tints of Cashmere #C9AE93

Color information

#C9AE93 (or 0xC9AE93) is unknown color: approx Cashmere. HEX triplet: C9, AE and 93. RGB value is (201,174,147). Sum of RGB (Red+Green+Blue) = 201+174+147=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AE93 is #36516C. Grayscale: #B3B3B3. Windows color (decimal): -3559789 or 9678537. OLE color: 9678537.

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

Color convert

RGB201174147-
CMYK00.130.270.21
HSL30º33.33%68.24%-
HSV(B)30º26.87%78.82%-
XYZ44.4944.833.91-
YUV179109.95143.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=38.51%
G=33.33%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117414700.130.270.213033.3368.24
HexC9AE930D1B151e2144
Octal31125622301533253641104
Binary110010011010111010010011011011101110101111101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AE93; }

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

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

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

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

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

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

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

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