#C9AC95

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

Shades of Cashmere #C9AC95

Tints of Cashmere #C9AC95

Color information

#C9AC95 (or 0xC9AC95) is unknown color: approx Cashmere. HEX triplet: C9, AC and 95. RGB value is (201,172,149). Sum of RGB (Red+Green+Blue) = 201+172+149=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AC95 is #36536A. Grayscale: #B2B2B2. Windows color (decimal): -3560299 or 9809097. OLE color: 9809097.

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

Color convert

RGB201172149-
CMYK00.140.260.21
HSL26.54º32.5%68.63%-
HSV(B)26.54º25.87%78.82%-
XYZ44.2644.0934.61-
YUV178.05111.61144.37-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.51%
GREEN value IS 172 (67.58% from 255) = 32.95%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=38.51%
G=32.95%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117214900.140.260.2126.5432.568.63
HexC9AC950E1A151b2045
Octal31125422501632253340105
Binary110010011010110010010101011101101010101110111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AC95; }

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

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

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

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

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

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

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

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