#C76F71

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

Shades of Froly #C76F71

Tints of Froly #C76F71

Color information

#C76F71 (or 0xC76F71) is unknown color: approx Froly. HEX triplet: C7, 6F and 71. RGB value is (199,111,113). Sum of RGB (Red+Green+Blue) = 199+111+113=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F71 is #38908E. Grayscale: #898989. Windows color (decimal): -3707023 or 7434183. OLE color: 7434183.

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

Color convert

RGB199111113-
CMYK00.440.430.22
HSL358.64º44%60.78%-
HSV(B)358.64º44.22%78.04%-
XYZ32.2224.718.69-
YUV137.54114.15171.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.04%
GREEN value IS 111 (43.75% from 255) = 26.24%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=47.04%
G=26.24%
B=26.71%

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
Decimal19911111300.440.430.22358.644460.78
HexC76F7102C2B161672c3d
Octal30715716105453265475475
Binary1100011111011111110001010110010101110110101100111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F71; }

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

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

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

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

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

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

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

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