#CF6D73

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

Shades of Froly #CF6D73

Tints of Froly #CF6D73

Color information

#CF6D73 (or 0xCF6D73) is unknown color: approx Froly. HEX triplet: CF, 6D and 73. RGB value is (207,109,115). Sum of RGB (Red+Green+Blue) = 207+109+115=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D73 is #30928C. Grayscale: #8B8B8B. Windows color (decimal): -3183245 or 7564751. OLE color: 7564751.

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

Color convert

RGB207109115-
CMYK00.470.440.19
HSL356.33º50.52%61.96%-
HSV(B)356.33º47.34%81.18%-
XYZ34.325.4419.32-
YUV138.99114.47176.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.03%
GREEN value IS 109 (42.97% from 255) = 25.29%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=48.03%
G=25.29%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710911500.470.440.19356.3350.5261.96
HexCF6D7302F2C13164333e
Octal31715516305754235446376
Binary1100111111011011110011010111110110010011101100100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6D73; }

 p { color: rgb(207,109,115); }

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

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

 a { background-color: rgb(207,109,115); }

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

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

 span { border-color: rgb(207,109,115); }

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