#C7A99C

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

Shades of Eunry #C7A99C

Tints of Eunry #C7A99C

Color information

#C7A99C (or 0xC7A99C) is unknown color: approx Eunry. HEX triplet: C7, A9 and 9C. RGB value is (199,169,156). Sum of RGB (Red+Green+Blue) = 199+169+156=524 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.98% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A99C is #385663. Grayscale: #B0B0B0. Windows color (decimal): -3692132 or 10267079. OLE color: 10267079.

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

Color convert

RGB199169156-
CMYK00.150.220.22
HSL18.14º27.74%69.61%-
HSV(B)18.14º21.61%78.04%-
XYZ43.7442.9237.43-
YUV176.49116.44144.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.98%
GREEN value IS 169 (66.41% from 255) = 32.25%
BLUE value IS 156 (61.33% from 255) = 29.77%
R=37.98%
G=32.25%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916915600.150.220.2218.1427.7469.61
HexC7A99C0F1616121c46
Octal30725123401726262234106
Binary11000111101010011001110001111101101011010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A99C; }

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

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

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

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

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

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

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

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