#CFAA9F

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

Shades of Eunry #CFAA9F

Tints of Eunry #CFAA9F

Color information

#CFAA9F (or 0xCFAA9F) is unknown color: approx Eunry. HEX triplet: CF, AA and 9F. RGB value is (207,170,159). Sum of RGB (Red+Green+Blue) = 207+170+159=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 159 (62.5% from 255 or 29.66% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA9F is #305560. Grayscale: #B3B3B3. Windows color (decimal): -3167585 or 10463951. OLE color: 10463951.

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

Color convert

RGB207170159-
CMYK00.180.230.19
HSL13.75º33.33%71.76%-
HSV(B)13.75º23.19%81.18%-
XYZ46.3644.5238.95-
YUV179.81116.26147.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 159 (62.5% from 255) = 29.66%
R=38.62%
G=31.72%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717015900.180.230.1913.7533.3371.76
HexCFAA9F0121713e2148
Octal31725223702227231641110
Binary110011111010101010011111010010101111001111101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA9F; }

 p { color: rgb(207,170,159); }

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

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

 a { background-color: rgb(207,170,159); }

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

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

 span { border-color: rgb(207,170,159); }

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