#C77273

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

Shades of Froly #C77273

Tints of Froly #C77273

Color information

#C77273 (or 0xC77273) is unknown color: approx Froly. HEX triplet: C7, 72 and 73. RGB value is (199,114,115). Sum of RGB (Red+Green+Blue) = 199+114+115=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C77273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77273 is #388D8C. Grayscale: #8B8B8B. Windows color (decimal): -3706253 or 7566023. OLE color: 7566023.

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

Color convert

RGB199114115-
CMYK00.430.420.22
HSL359.29º43.15%61.37%-
HSV(B)359.29º42.71%78.04%-
XYZ32.6725.4119.4-
YUV139.53114.16170.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 114 (44.92% from 255) = 26.64%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=46.50%
G=26.64%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911411500.430.420.22359.2943.1561.37
HexC7727302B2A161672b3d
Octal30716216305352265475375
Binary1100011111100101110011010101110101010110101100111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77273; }

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

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

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

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

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

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

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

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