#C66F70

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

Shades of Froly #C66F70

Tints of Froly #C66F70

Color information

#C66F70 (or 0xC66F70) is unknown color: approx Froly. HEX triplet: C6, 6F and 70. RGB value is (198,111,112). Sum of RGB (Red+Green+Blue) = 198+111+112=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66F70 is #39908F. Grayscale: #898989. Windows color (decimal): -3772560 or 7368646. OLE color: 7368646.

HSL color Cylindrical-coordinate representation of color #C66F70: hue angle of 359.31º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66F70 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB198111112-
CMYK00.440.430.22
HSL359.31º43.28%60.59%-
HSV(B)359.31º43.94%77.65%-
XYZ31.924.5418.39-
YUV137.13113.82171.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 111 (43.75% from 255) = 26.37%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=47.03%
G=26.37%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811111200.440.430.22359.3143.2860.59
HexC66F7002C2B161672b3d
Octal30615716005453265475375
Binary1100011011011111110000010110010101110110101100111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66F70; }

 p { color: rgb(198,111,112); }

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

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

 a { background-color: rgb(198,111,112); }

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

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

 span { border-color: rgb(198,111,112); }

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