#C76F73

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

Shades of Froly #C76F73

Tints of Froly #C76F73

Color information

#C76F73 (or 0xC76F73) is unknown color: approx Froly. HEX triplet: C7, 6F and 73. RGB value is (199,111,115). Sum of RGB (Red+Green+Blue) = 199+111+115=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F73 is #38908C. Grayscale: #898989. Windows color (decimal): -3707021 or 7565255. OLE color: 7565255.

HSL color Cylindrical-coordinate representation of color #C76F73: hue angle of 357.27º degrees, saturation: 0.44, 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 #C76F73 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB199111115-
CMYK00.440.420.22
HSL357.27º44%60.78%-
HSV(B)357.27º44.22%78.04%-
XYZ32.3324.7519.29-
YUV137.77115.15171.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.82%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=46.82%
G=26.12%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911111500.440.420.22357.274460.78
HexC76F7302C2A161652c3d
Octal30715716305452265455475
Binary1100011111011111110011010110010101010110101100101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F73; }

 p { color: rgb(199,111,115); }

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

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

 a { background-color: rgb(199,111,115); }

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

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

 span { border-color: rgb(199,111,115); }

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