#CF6D71

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

Shades of Froly #CF6D71

Tints of Froly #CF6D71

Color information

#CF6D71 (or 0xCF6D71) is unknown color: approx Froly. HEX triplet: CF, 6D and 71. RGB value is (207,109,113). Sum of RGB (Red+Green+Blue) = 207+109+113=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 109 (42.97% from 255 or 25.41% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D71 is #30928E. Grayscale: #8A8A8A. Windows color (decimal): -3183247 or 7433679. OLE color: 7433679.

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

Color convert

RGB207109113-
CMYK00.470.450.19
HSL357.55º50.52%61.96%-
HSV(B)357.55º47.34%81.18%-
XYZ34.1825.3918.72-
YUV138.76113.47176.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 109 (42.97% from 255) = 25.41%
BLUE value IS 113 (44.53% from 255) = 26.34%
R=48.25%
G=25.41%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710911300.470.450.19357.5550.5261.96
HexCF6D7102F2D13166333e
Octal31715516105755235466376
Binary1100111111011011110001010111110110110011101100110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6D71; }

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

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

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

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

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

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

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

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