#C9AC9C

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

Shades of Cashmere #C9AC9C

Tints of Cashmere #C9AC9C

Color information

#C9AC9C (or 0xC9AC9C) is unknown color: approx Cashmere. HEX triplet: C9, AC and 9C. RGB value is (201,172,156). Sum of RGB (Red+Green+Blue) = 201+172+156=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AC9C is #365363. Grayscale: #B2B2B2. Windows color (decimal): -3560292 or 10267849. OLE color: 10267849.

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

Color convert

RGB201172156-
CMYK00.140.220.21
HSL21.33º29.41%70%-
HSV(B)21.33º22.39%78.82%-
XYZ44.8444.3237.64-
YUV178.85115.11143.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 156 (61.33% from 255) = 29.49%
R=38.00%
G=32.51%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117215600.140.220.2121.3329.4170
HexC9AC9C0E1615151d46
Octal31125423401626252535106
Binary11001001101011001001110001110101101010110101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9AC9C; }

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

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

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

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

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

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

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

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