Shades of Froly #C87174
Tints of Froly #C87174
RGB
CMYK
RGB Variations
Color information
#C87174 (or 0xC87174) is known color: Froly. HEX triplet: C8, 71 and 74. RGB value is (200,113,116). Sum of RGB (Red+Green+Blue) = 200+113+116=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C87174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87174 is #378E8B. Grayscale: #8B8B8B. Windows color (decimal): -3640972 or 7631304. OLE color: 7631304.
HSL color Cylindrical-coordinate representation of color #C87174: hue angle of 357.93º 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 #C87174 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 113 | 116 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.22 |
| HSL | 357.93º | 0.44% | 0.61% | - |
| HSV(B) | 357.93º | 0.44% | 0.78% | - |
| XYZ | 32.88 | 25.35 | 19.68 | - |
| YUV | 139.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 116 | 0 | 0.44 | 0.42 | 0.22 | 357.93 | 0.44 | 0.61 |
| Hex | C8 | 71 | 74 | 0 | 2C | 2A | 16 | 166 | 2C | 3D |
| Octal | 310 | 161 | 164 | 0 | 54 | 52 | 26 | 546 | 54 | 75 |
| Binary | 11001000 | 1110001 | 1110100 | 0 | 101100 | 101010 | 10110 | 101100110 | 101100 | 111101 |
Color Harmonies of #C87174
Complementary color
Monochromatic Colors of #C87174
Black with #C87174
Text Example
Text Example
White with #C87174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87174; }
p { color: rgb(200,113,116); }
H1.HeaderClassName
{
color: #C87174;
}
.AnyTagClassName
{
color: #C87174;
}
</style>
background-color css
<style>
a { background-color: #C87174; }
a { background-color: rgb(200,113,116); }
div.DivClassName
{
background-color: #C87174;
}
.BgClassName
{
background-color: #C87174;
}
</style>
border-color css
<style>
span { border-color: #C87174; }
span { border-color: rgb(200,113,116); }
td.TdClassName
{
border-color: #C87174;
}
.TagClassName
{
border-color: #C87174;
}
</style>