#C9AA93

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

Shades of Cashmere #C9AA93

Tints of Cashmere #C9AA93

Color information

#C9AA93 (or 0xC9AA93) is unknown color: approx Cashmere. HEX triplet: C9, AA and 93. RGB value is (201,170,147). Sum of RGB (Red+Green+Blue) = 201+170+147=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 170 (66.80% from 255 or 32.82% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AA93 is #36556C. Grayscale: #B0B0B0. Windows color (decimal): -3560813 or 9677513. OLE color: 9677513.

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

Color convert

RGB201170147-
CMYK00.150.270.21
HSL25.56º33.33%68.24%-
HSV(B)25.56º26.87%78.82%-
XYZ43.7343.2733.65-
YUV176.65111.27145.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.80%
GREEN value IS 170 (66.80% from 255) = 32.82%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=38.80%
G=32.82%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117014700.150.270.2125.5633.3368.24
HexC9AA930F1B151a2144
Octal31125222301733253241104
Binary110010011010101010010011011111101110101110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AA93; }

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

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

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

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

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

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

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

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