#C7AC96

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

Shades of Cashmere #C7AC96

Tints of Cashmere #C7AC96

Color information

#C7AC96 (or 0xC7AC96) is unknown color: approx Cashmere. HEX triplet: C7, AC and 96. RGB value is (199,172,150). Sum of RGB (Red+Green+Blue) = 199+172+150=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AC96 is #385369. Grayscale: #B1B1B1. Windows color (decimal): -3691370 or 9874631. OLE color: 9874631.

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

Color convert

RGB199172150-
CMYK00.140.250.22
HSL26.94º30.43%68.43%-
HSV(B)26.94º24.62%78.04%-
XYZ43.8143.8535.01-
YUV177.56112.45143.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.20%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=38.20%
G=33.01%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917215000.140.250.2226.9430.4368.43
HexC7AC960E19161b1e44
Octal30725422601631263336104
Binary11000111101011001001011001110110011011011011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC96; }

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

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

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

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

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

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

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

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