#CF6D70

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

Shades of Froly #CF6D70

Tints of Froly #CF6D70

Color information

#CF6D70 (or 0xCF6D70) is unknown color: approx Froly. HEX triplet: CF, 6D and 70. RGB value is (207,109,112). Sum of RGB (Red+Green+Blue) = 207+109+112=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D70 is #30928F. Grayscale: #8A8A8A. Windows color (decimal): -3183248 or 7368143. OLE color: 7368143.

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

Color convert

RGB207109112-
CMYK00.470.460.19
HSL358.16º50.52%61.96%-
HSV(B)358.16º47.34%81.18%-
XYZ34.1325.3718.43-
YUV138.64112.97176.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.36%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=48.36%
G=25.47%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710911200.470.460.19358.1650.5261.96
HexCF6D7002F2E13166333e
Octal31715516005756235466376
Binary1100111111011011110000010111110111010011101100110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6D70; }

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

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

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

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

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

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

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

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