#C7A895

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

Shades of Cashmere #C7A895

Tints of Cashmere #C7A895

Color information

#C7A895 (or 0xC7A895) is unknown color: approx Cashmere. HEX triplet: C7, A8 and 95. RGB value is (199,168,149). Sum of RGB (Red+Green+Blue) = 199+168+149=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A895 is #38576A. Grayscale: #AFAFAF. Windows color (decimal): -3692395 or 9808071. OLE color: 9808071.

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

Color convert

RGB199168149-
CMYK00.160.250.22
HSL22.8º30.86%68.24%-
HSV(B)22.8º25.13%78.04%-
XYZ42.9842.3234.34-
YUV175.1113.27145.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 168 (66.02% from 255) = 32.56%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=38.57%
G=32.56%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916814900.160.250.2222.830.8668.24
HexC7A8950101916171f44
Octal30725022502031262737104
Binary110001111010100010010101010000110011011010111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A895; }

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

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

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

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

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

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

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

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