#C66D70

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

Shades of Froly #C66D70

Tints of Froly #C66D70

Color information

#C66D70 (or 0xC66D70) is unknown color: approx Froly. HEX triplet: C6, 6D and 70. RGB value is (198,109,112). Sum of RGB (Red+Green+Blue) = 198+109+112=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66D70 is #39928F. Grayscale: #888888. Windows color (decimal): -3773072 or 7368134. OLE color: 7368134.

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

Color convert

RGB198109112-
CMYK00.450.430.22
HSL357.98º43.84%60.2%-
HSV(B)357.98º44.95%77.65%-
XYZ31.6824.1118.31-
YUV135.95114.49172.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=47.26%
G=26.01%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810911200.450.430.22357.9843.8460.2
HexC66D7002D2B161662c3c
Octal30615516005553265465474
Binary1100011011011011110000010110110101110110101100110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66D70; }

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

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

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

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

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

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

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

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