#cf6b71

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

Shades of Froly #CF6B71

Tints of Froly #CF6B71

Color information

#CF6B71 (or 0xCF6B71) is unknown color: approx Froly. HEX triplet: CF, 6B and 71. RGB value is (207,107,113). Sum of RGB (Red+Green+Blue) = 207+107+113=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6B71 is #30948E. Grayscale: #898989. Windows color (decimal): -3183759 or 7433167. OLE color: 7433167.

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

Color convert

RGB207107113-
CMYK00.480.450.19
HSL356.4º51.02%61.57%-
HSV(B)356.4º48.31%81.18%-
XYZ33.9724.9718.65-
YUV137.58114.13177.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.48%
GREEN value IS 107 (42.19% from 255) = 25.06%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=48.48%
G=25.06%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710711300.480.450.19356.451.0261.57
HexCF6B710302D13164333e
Octal31715316106055235446376
Binary1100111111010111110001011000010110110011101100100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf6b71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf6b71; }

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

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

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

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

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

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

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

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