#CF7175

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

Shades of Froly #CF7175

Tints of Froly #CF7175

Color information

#CF7175 (or 0xCF7175) is unknown color: approx Froly. HEX triplet: CF, 71 and 75. RGB value is (207,113,117). Sum of RGB (Red+Green+Blue) = 207+113+117=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7175 is #308E8A. Grayscale: #8D8D8D. Windows color (decimal): -3182219 or 7696847. OLE color: 7696847.

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

Color convert

RGB207113117-
CMYK00.450.430.19
HSL357.45º49.47%62.75%-
HSV(B)357.45º45.41%81.18%-
XYZ34.8526.3620.08-
YUV141.56114.14174.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 113 (44.53% from 255) = 25.86%
BLUE value IS 117 (46.09% from 255) = 26.77%
R=47.37%
G=25.86%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711311700.450.430.19357.4549.4762.75
HexCF717502D2B13165313f
Octal31716116505553235456177
Binary1100111111100011110101010110110101110011101100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7175; }

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

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

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

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

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

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

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

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