#CF6C72

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

Shades of Froly #CF6C72

Tints of Froly #CF6C72

Color information

#CF6C72 (or 0xCF6C72) is unknown color: approx Froly. HEX triplet: CF, 6C and 72. RGB value is (207,108,114). Sum of RGB (Red+Green+Blue) = 207+108+114=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6C72 is #30938D. Grayscale: #8A8A8A. Windows color (decimal): -3183502 or 7498959. OLE color: 7498959.

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

Color convert

RGB207108114-
CMYK00.480.450.19
HSL356.36º50.77%61.76%-
HSV(B)356.36º47.83%81.18%-
XYZ34.1325.2118.99-
YUV138.28114.3177.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=48.25%
G=25.17%
B=26.57%

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
Decimal20710811400.480.450.19356.3650.7761.76
HexCF6C720302D13164333e
Octal31715416206055235446376
Binary1100111111011001110010011000010110110011101100100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6C72; }

 p { color: rgb(207,108,114); }

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

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

 a { background-color: rgb(207,108,114); }

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

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

 span { border-color: rgb(207,108,114); }

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