#CF7075

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

Shades of Froly #CF7075

Tints of Froly #CF7075

Color information

#CF7075 (or 0xCF7075) is unknown color: approx Froly. HEX triplet: CF, 70 and 75. RGB value is (207,112,117). Sum of RGB (Red+Green+Blue) = 207+112+117=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7075 is #308F8A. Grayscale: #8D8D8D. Windows color (decimal): -3182475 or 7696591. OLE color: 7696591.

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

Color convert

RGB207112117-
CMYK00.460.430.19
HSL356.84º49.74%62.55%-
HSV(B)356.84º45.89%81.18%-
XYZ34.7426.1420.04-
YUV140.98114.47175.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.48%
GREEN value IS 112 (44.14% from 255) = 25.69%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=47.48%
G=25.69%
B=26.83%

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
Decimal20711211700.460.430.19356.8449.7462.55
HexCF707502E2B13165323f
Octal31716016505653235456277
Binary1100111111100001110101010111010101110011101100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7075; }

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

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

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

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

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

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

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

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