#C7A995

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

Shades of Cashmere #C7A995

Tints of Cashmere #C7A995

Color information

#C7A995 (or 0xC7A995) is unknown color: approx Cashmere. HEX triplet: C7, A9 and 95. RGB value is (199,169,149). Sum of RGB (Red+Green+Blue) = 199+169+149=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 169 (66.41% from 255 or 32.69% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A995 is #38566A. Grayscale: #AFAFAF. Windows color (decimal): -3692139 or 9808327. OLE color: 9808327.

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

Color convert

RGB199169149-
CMYK00.150.250.22
HSL24º30.86%68.24%-
HSV(B)24º25.13%78.04%-
XYZ43.1742.6934.4-
YUV175.69112.94144.63-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.49%
GREEN value IS 169 (66.41% from 255) = 32.69%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=38.49%
G=32.69%
B=28.82%

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
Decimal19916914900.150.250.222430.8668.24
HexC7A9950F1916181f44
Octal30725122501731263037104
Binary11000111101010011001010101111110011011011000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A995; }

 p { color: rgb(199,169,149); }

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

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

 a { background-color: rgb(199,169,149); }

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

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

 span { border-color: rgb(199,169,149); }

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