#CF6A78

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

Shades of Froly #CF6A78

Tints of Froly #CF6A78

Color information

#CF6A78 (or 0xCF6A78) is unknown color: approx Froly. HEX triplet: CF, 6A and 78. RGB value is (207,106,120). Sum of RGB (Red+Green+Blue) = 207+106+120=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A78 is #309587. Grayscale: #898989. Windows color (decimal): -3184008 or 7891663. OLE color: 7891663.

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

Color convert

RGB207106120-
CMYK00.490.420.19
HSL351.68º51.27%61.37%-
HSV(B)351.68º48.79%81.18%-
XYZ34.2824.9320.77-
YUV137.79117.96177.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.81%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 120 (47.27% from 255) = 27.71%
R=47.81%
G=24.48%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710612000.490.420.19351.6851.2761.37
HexCF6A780312A13160333d
Octal31715217006152235406375
Binary1100111111010101111000011000110101010011101100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6A78; }

 p { color: rgb(207,106,120); }

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

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

 a { background-color: rgb(207,106,120); }

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

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

 span { border-color: rgb(207,106,120); }

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