#C7AC9C

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

Shades of Cashmere #C7AC9C

Tints of Cashmere #C7AC9C

Color information

#C7AC9C (or 0xC7AC9C) is unknown color: approx Cashmere. HEX triplet: C7, AC and 9C. RGB value is (199,172,156). Sum of RGB (Red+Green+Blue) = 199+172+156=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AC9C is #385363. Grayscale: #B2B2B2. Windows color (decimal): -3691364 or 10267847. OLE color: 10267847.

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

Color convert

RGB199172156-
CMYK00.140.220.22
HSL22.33º27.74%69.61%-
HSV(B)22.33º21.61%78.04%-
XYZ44.3144.0537.62-
YUV178.25115.45142.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.76%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 156 (61.33% from 255) = 29.60%
R=37.76%
G=32.64%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917215600.140.220.2222.3327.7469.61
HexC7AC9C0E1616161c46
Octal30725423401626262634106
Binary11000111101011001001110001110101101011010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC9C; }

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

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

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

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

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

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

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

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