#CFA998

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

Shades of Eunry #CFA998

Tints of Eunry #CFA998

Color information

#CFA998 (or 0xCFA998) is unknown color: approx Eunry. HEX triplet: CF, A9 and 98. RGB value is (207,169,152). Sum of RGB (Red+Green+Blue) = 207+169+152=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA998 is #305667. Grayscale: #B2B2B2. Windows color (decimal): -3167848 or 10004943. OLE color: 10004943.

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

Color convert

RGB207169152-
CMYK00.180.270.19
HSL18.55º36.42%70.39%-
HSV(B)18.55º26.57%81.18%-
XYZ45.5943.9135.78-
YUV178.42113.09148.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.20%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=39.20%
G=32.01%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716915200.180.270.1918.5536.4270.39
HexCFA9980121B13132446
Octal31725123002233232344106
Binary1100111110101001100110000100101101110011100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA998; }

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

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

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

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

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

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

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

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