#C9AD9B

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

Shades of Cashmere #C9AD9B

Tints of Cashmere #C9AD9B

Color information

#C9AD9B (or 0xC9AD9B) is unknown color: approx Cashmere. HEX triplet: C9, AD and 9B. RGB value is (201,173,155). Sum of RGB (Red+Green+Blue) = 201+173+155=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD9B is #365264. Grayscale: #B3B3B3. Windows color (decimal): -3560037 or 10202569. OLE color: 10202569.

HSL color Cylindrical-coordinate representation of color #C9AD9B: hue angle of 23.48º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9AD9B is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB201173155-
CMYK00.140.230.21
HSL23.48º29.87%69.8%-
HSV(B)23.48º22.89%78.82%-
XYZ44.9544.6737.26-
YUV179.32114.28143.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=38.00%
G=32.70%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117315500.140.230.2123.4829.8769.8
HexC9AD9B0E1715171e46
Octal31125523301627252736106
Binary11001001101011011001101101110101111010110111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AD9B; }

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

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

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

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

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

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

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

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