#C87273

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

Shades of Froly #C87273

Tints of Froly #C87273

Color information

#C87273 (or 0xC87273) is unknown color: approx Froly. HEX triplet: C8, 72 and 73. RGB value is (200,114,115). Sum of RGB (Red+Green+Blue) = 200+114+115=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C87273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87273 is #378D8C. Grayscale: #8B8B8B. Windows color (decimal): -3640717 or 7566024. OLE color: 7566024.

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

Color convert

RGB200114115-
CMYK00.430.420.22
HSL359.3º43.88%61.57%-
HSV(B)359.3º43%78.43%-
XYZ32.9325.5519.42-
YUV139.83113.99170.92-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=46.62%
G=26.57%
B=26.81%

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
Decimal20011411500.430.420.22359.343.8861.57
HexC8727302B2A161672c3e
Octal31016216305352265475476
Binary1100100011100101110011010101110101010110101100111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87273; }

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

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

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

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

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

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

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

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