#CFA49E

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

Shades of Eunry #CFA49E

Tints of Eunry #CFA49E

Color information

#CFA49E (or 0xCFA49E) is unknown color: approx Eunry. HEX triplet: CF, A4 and 9E. RGB value is (207,164,158). Sum of RGB (Red+Green+Blue) = 207+164+158=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA49E is #305B61. Grayscale: #B0B0B0. Windows color (decimal): -3169122 or 10396879. OLE color: 10396879.

HSL color Cylindrical-coordinate representation of color #CFA49E: hue angle of 7.35º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFA49E is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB207164158-
CMYK00.210.240.19
HSL7.35º33.79%71.57%-
HSV(B)7.35º23.67%81.18%-
XYZ45.1842.2838.13-
YUV176.17117.75149.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 164 (64.45% from 255) = 31.00%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=39.13%
G=31.00%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716415800.210.240.197.3533.7971.57
HexCFA49E015181372248
Octal3172442360253023742110
Binary11001111101001001001111001010111000100111111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA49E; }

 p { color: rgb(207,164,158); }

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

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

 a { background-color: rgb(207,164,158); }

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

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

 span { border-color: rgb(207,164,158); }

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