#CF7479

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

Shades of Froly #CF7479

Tints of Froly #CF7479

Color information

#CF7479 (or 0xCF7479) is unknown color: approx Froly. HEX triplet: CF, 74 and 79. RGB value is (207,116,121). Sum of RGB (Red+Green+Blue) = 207+116+121=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7479 is #308B86. Grayscale: #8F8F8F. Windows color (decimal): -3181447 or 7959759. OLE color: 7959759.

HSL color Cylindrical-coordinate representation of color #CF7479: hue angle of 356.7º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7479 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207116121-
CMYK00.440.420.19
HSL356.7º48.66%63.33%-
HSV(B)356.7º43.96%81.18%-
XYZ35.4327.1421.46-
YUV143.78115.15173.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=46.62%
G=26.13%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711612100.440.420.19356.748.6663.33
HexCF747902C2A13165313f
Octal31716417105452235456177
Binary1100111111101001111001010110010101010011101100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7479; }

 p { color: rgb(207,116,121); }

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

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

 a { background-color: rgb(207,116,121); }

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

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

 span { border-color: rgb(207,116,121); }

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