#C9AD93

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

Shades of Cashmere #C9AD93

Tints of Cashmere #C9AD93

Color information

#C9AD93 (or 0xC9AD93) is unknown color: approx Cashmere. HEX triplet: C9, AD and 93. RGB value is (201,173,147). Sum of RGB (Red+Green+Blue) = 201+173+147=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD93 is #36526C. Grayscale: #B2B2B2. Windows color (decimal): -3560045 or 9678281. OLE color: 9678281.

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

Color convert

RGB201173147-
CMYK00.140.270.21
HSL28.89º33.33%68.24%-
HSV(B)28.89º26.87%78.82%-
XYZ44.344.4133.84-
YUV178.41110.28144.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=38.58%
G=33.21%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117314700.140.270.2128.8933.3368.24
HexC9AD930E1B151d2144
Octal31125522301633253541104
Binary110010011010110110010011011101101110101111011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD93; }

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

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

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

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

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

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

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

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