#CFA099

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

Shades of Eunry #CFA099

Tints of Eunry #CFA099

Color information

#CFA099 (or 0xCFA099) is unknown color: approx Eunry. HEX triplet: CF, A0 and 99. RGB value is (207,160,153). Sum of RGB (Red+Green+Blue) = 207+160+153=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA099 is #305F66. Grayscale: #ADADAD. Windows color (decimal): -3170151 or 10068175. OLE color: 10068175.

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

Color convert

RGB207160153-
CMYK00.230.260.19
HSL7.78º36%70.59%-
HSV(B)7.78º26.09%81.18%-
XYZ44.0540.7135.67-
YUV173.26116.57152.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=39.81%
G=30.77%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716015300.230.260.197.783670.59
HexCFA0990171A1382447
Octal31724023102732231044107
Binary110011111010000010011001010111110101001110001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA099; }

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

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

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

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

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

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

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

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