#C9AD9E

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

Shades of Cashmere #C9AD9E

Tints of Cashmere #C9AD9E

Color information

#C9AD9E (or 0xC9AD9E) is unknown color: approx Cashmere. HEX triplet: C9, AD and 9E. RGB value is (201,173,158). Sum of RGB (Red+Green+Blue) = 201+173+158=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD9E is #365261. Grayscale: #B3B3B3. Windows color (decimal): -3560034 or 10399177. OLE color: 10399177.

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

Color convert

RGB201173158-
CMYK00.140.210.21
HSL20.93º28.48%70.39%-
HSV(B)20.93º21.39%78.82%-
XYZ45.244.7738.61-
YUV179.66115.78143.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 158 (62.11% from 255) = 29.70%
R=37.78%
G=32.52%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117315800.140.210.2120.9328.4870.39
HexC9AD9E0E1515151c46
Octal31125523601625252534106
Binary11001001101011011001111001110101011010110101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD9E; }

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

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

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

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

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

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

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

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