#C66D72

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

Shades of Froly #C66D72

Tints of Froly #C66D72

Color information

#C66D72 (or 0xC66D72) is unknown color: approx Froly. HEX triplet: C6, 6D and 72. RGB value is (198,109,114). Sum of RGB (Red+Green+Blue) = 198+109+114=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D72 is #39928D. Grayscale: #888888. Windows color (decimal): -3773070 or 7499206. OLE color: 7499206.

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

Color convert

RGB198109114-
CMYK00.450.420.22
HSL356.63º43.84%60.2%-
HSV(B)356.63º44.95%77.65%-
XYZ31.7924.1618.91-
YUV136.18115.49172.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.03%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 114 (44.92% from 255) = 27.08%
R=47.03%
G=25.89%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810911400.450.420.22356.6343.8460.2
HexC66D7202D2A161652c3c
Octal30615516205552265455474
Binary1100011011011011110010010110110101010110101100101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66D72; }

 p { color: rgb(198,109,114); }

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

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

 a { background-color: rgb(198,109,114); }

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

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

 span { border-color: rgb(198,109,114); }

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