#CFA999

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

Shades of Eunry #CFA999

Tints of Eunry #CFA999

Color information

#CFA999 (or 0xCFA999) is unknown color: approx Eunry. HEX triplet: CF, A9 and 99. RGB value is (207,169,153). Sum of RGB (Red+Green+Blue) = 207+169+153=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA999 is #305666. Grayscale: #B2B2B2. Windows color (decimal): -3167847 or 10070479. OLE color: 10070479.

HSL color Cylindrical-coordinate representation of color #CFA999: hue angle of 17.78º 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 #CFA999 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB207169153-
CMYK00.180.260.19
HSL17.78º36%70.59%-
HSV(B)17.78º26.09%81.18%-
XYZ45.6743.9436.21-
YUV178.54113.59148.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.13%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 153 (60.16% from 255) = 28.92%
R=39.13%
G=31.95%
B=28.92%

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
Decimal20716915300.180.260.1917.783670.59
HexCFA9990121A13122447
Octal31725123102232232244107
Binary1100111110101001100110010100101101010011100101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA999; }

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

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

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

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

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

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

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

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