#C9AC98

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

Shades of Cashmere #C9AC98

Tints of Cashmere #C9AC98

Color information

#C9AC98 (or 0xC9AC98) is unknown color: approx Cashmere. HEX triplet: C9, AC and 98. RGB value is (201,172,152). Sum of RGB (Red+Green+Blue) = 201+172+152=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AC98 is #365367. Grayscale: #B2B2B2. Windows color (decimal): -3560296 or 10005705. OLE color: 10005705.

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

Color convert

RGB201172152-
CMYK00.140.240.21
HSL24.49º31.21%69.22%-
HSV(B)24.49º24.38%78.82%-
XYZ44.5144.1935.89-
YUV178.39113.11144.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.29%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=38.29%
G=32.76%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117215200.140.240.2124.4931.2169.22
HexC9AC980E1815181f45
Octal31125423001630253037105
Binary11001001101011001001100001110110001010111000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AC98; }

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

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

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

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

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

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

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

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