#C7AA96

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

Shades of Cashmere #C7AA96

Tints of Cashmere #C7AA96

Color information

#C7AA96 (or 0xC7AA96) is unknown color: approx Cashmere. HEX triplet: C7, AA and 96. RGB value is (199,170,150). Sum of RGB (Red+Green+Blue) = 199+170+150=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AA96 is #385569. Grayscale: #B0B0B0. Windows color (decimal): -3691882 or 9874119. OLE color: 9874119.

HSL color Cylindrical-coordinate representation of color #C7AA96: hue angle of 24.49º 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 #C7AA96 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB199170150-
CMYK00.150.250.22
HSL24.49º30.43%68.43%-
HSV(B)24.49º24.62%78.04%-
XYZ43.4343.0934.88-
YUV176.39113.11144.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.34%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=38.34%
G=32.76%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917015000.150.250.2224.4930.4368.43
HexC7AA960F1916181e44
Octal30725222601731263036104
Binary11000111101010101001011001111110011011011000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AA96; }

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

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

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

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

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

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

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

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