#CF7076

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

Shades of Froly #CF7076

Tints of Froly #CF7076

Color information

#CF7076 (or 0xCF7076) is unknown color: approx Froly. HEX triplet: CF, 70 and 76. RGB value is (207,112,118). Sum of RGB (Red+Green+Blue) = 207+112+118=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7076 is #308F89. Grayscale: #8D8D8D. Windows color (decimal): -3182474 or 7762127. OLE color: 7762127.

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

Color convert

RGB207112118-
CMYK00.460.430.19
HSL356.21º49.74%62.55%-
HSV(B)356.21º45.89%81.18%-
XYZ34.826.1620.36-
YUV141.09114.97175.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=47.37%
G=25.63%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711211800.460.430.19356.2149.7462.55
HexCF707602E2B13164323f
Octal31716016605653235446277
Binary1100111111100001110110010111010101110011101100100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7076; }

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

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

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

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

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

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

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

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