#C76C70

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

Shades of Froly #C76C70

Tints of Froly #C76C70

Color information

#C76C70 (or 0xC76C70) is unknown color: approx Froly. HEX triplet: C7, 6C and 70. RGB value is (199,108,112). Sum of RGB (Red+Green+Blue) = 199+108+112=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 108 (42.58% from 255 or 25.78% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C70 is #38938F. Grayscale: #878787. Windows color (decimal): -3707792 or 7367879. OLE color: 7367879.

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

Color convert

RGB199108112-
CMYK00.460.440.22
HSL357.36º44.83%60.2%-
HSV(B)357.36º45.73%78.04%-
XYZ31.8424.0418.29-
YUV135.66114.65173.17-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.49%
GREEN value IS 108 (42.58% from 255) = 25.78%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=47.49%
G=25.78%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910811200.460.440.22357.3644.8360.2
HexC76C7002E2C161652d3c
Octal30715416005654265455574
Binary1100011111011001110000010111010110010110101100101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76C70; }

 p { color: rgb(199,108,112); }

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

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

 a { background-color: rgb(199,108,112); }

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

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

 span { border-color: rgb(199,108,112); }

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