#CFA49D

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

Shades of Eunry #CFA49D

Tints of Eunry #CFA49D

Color information

#CFA49D (or 0xCFA49D) is unknown color: approx Eunry. HEX triplet: CF, A4 and 9D. RGB value is (207,164,157). Sum of RGB (Red+Green+Blue) = 207+164+157=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA49D is #305B62. Grayscale: #B0B0B0. Windows color (decimal): -3169123 or 10331343. OLE color: 10331343.

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

Color convert

RGB207164157-
CMYK00.210.240.19
HSL8.4º34.25%71.37%-
HSV(B)8.4º24.15%81.18%-
XYZ45.0942.2537.68-
YUV176.06117.25150.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=39.20%
G=31.06%
B=29.73%

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
Decimal20716415700.210.240.198.434.2571.37
HexCFA49D015181382247
Octal31724423502530231042107
Binary110011111010010010011101010101110001001110001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA49D; }

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

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

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

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

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

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

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

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