#CFAA99

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

Shades of Eunry #CFAA99

Tints of Eunry #CFAA99

Color information

#CFAA99 (or 0xCFAA99) is unknown color: approx Eunry. HEX triplet: CF, AA and 99. RGB value is (207,170,153). Sum of RGB (Red+Green+Blue) = 207+170+153=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA99 is #305566. Grayscale: #B3B3B3. Windows color (decimal): -3167591 or 10070735. OLE color: 10070735.

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

Color convert

RGB207170153-
CMYK00.180.260.19
HSL18.89º36%70.59%-
HSV(B)18.89º26.09%81.18%-
XYZ45.8644.3136.27-
YUV179.12113.26147.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.06%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 153 (60.16% from 255) = 28.87%
R=39.06%
G=32.08%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717015300.180.260.1918.893670.59
HexCFAA990121A13132447
Octal31725223102232232344107
Binary1100111110101010100110010100101101010011100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA99; }

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

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

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

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

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

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

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

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