#CF6A70

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

Shades of Froly #CF6A70

Tints of Froly #CF6A70

Color information

#CF6A70 (or 0xCF6A70) is unknown color: approx Froly. HEX triplet: CF, 6A and 70. RGB value is (207,106,112). Sum of RGB (Red+Green+Blue) = 207+106+112=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6A70 is #30958F. Grayscale: #888888. Windows color (decimal): -3184016 or 7367375. OLE color: 7367375.

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

Color convert

RGB207106112-
CMYK00.490.460.19
HSL356.44º51.27%61.37%-
HSV(B)356.44º48.79%81.18%-
XYZ33.8124.7418.32-
YUV136.88113.96178.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 112 (44.14% from 255) = 26.35%
R=48.71%
G=24.94%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710611200.490.460.19356.4451.2761.37
HexCF6A700312E13164333d
Octal31715216006156235446375
Binary1100111111010101110000011000110111010011101100100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6A70; }

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

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

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

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

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

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

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

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