#C9A995

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

Shades of Cashmere #C9A995

Tints of Cashmere #C9A995

Color information

#C9A995 (or 0xC9A995) is unknown color: approx Cashmere. HEX triplet: C9, A9 and 95. RGB value is (201,169,149). Sum of RGB (Red+Green+Blue) = 201+169+149=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A995 is #36566A. Grayscale: #B0B0B0. Windows color (decimal): -3561067 or 9808329. OLE color: 9808329.

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

Color convert

RGB201169149-
CMYK00.160.260.21
HSL23.08º32.5%68.63%-
HSV(B)23.08º25.87%78.82%-
XYZ43.742.9634.42-
YUV176.29112.6145.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.73%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=38.73%
G=32.56%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116914900.160.260.2123.0832.568.63
HexC9A9950101A15172045
Octal31125122502032252740105
Binary1100100110101001100101010100001101010101101111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A995; }

 p { color: rgb(201,169,149); }

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

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

 a { background-color: rgb(201,169,149); }

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

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

 span { border-color: rgb(201,169,149); }

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