#C7AC9F

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

Shades of Eunry #C7AC9F

Tints of Eunry #C7AC9F

Color information

#C7AC9F (or 0xC7AC9F) is unknown color: approx Eunry. HEX triplet: C7, AC and 9F. RGB value is (199,172,159). Sum of RGB (Red+Green+Blue) = 199+172+159=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AC9F is #385360. Grayscale: #B2B2B2. Windows color (decimal): -3691361 or 10464455. OLE color: 10464455.

HSL color Cylindrical-coordinate representation of color #C7AC9F: hue angle of 19.5º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7AC9F is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB199172159-
CMYK00.140.200.22
HSL19.5º26.32%70.2%-
HSV(B)19.5º20.1%78.04%-
XYZ44.5644.1538.97-
YUV178.59116.95142.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.55%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 159 (62.5% from 255) = 30%
R=37.55%
G=32.45%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917215900.140.200.2219.526.3270.2
HexC7AC9F0E1416141a46
Octal30725423701624262432106
Binary11000111101011001001111101110101001011010100110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC9F; }

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

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

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

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

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

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

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

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