Shades of Froly #C87475
Tints of Froly #C87475
RGB
CMYK
RGB Variations
Color information
#C87475 (or 0xC87475) is known color: Froly. HEX triplet: C8, 74 and 75. RGB value is (200,116,117). Sum of RGB (Red+Green+Blue) = 200+116+117=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C87475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87475 is #378B8A. Grayscale: #8D8D8D. Windows color (decimal): -3640203 or 7697608. OLE color: 7697608.
HSL color Cylindrical-coordinate representation of color #C87475: hue angle of 359.29º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87475 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 116 | 117 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.22 |
| HSL | 359.29º | 0.43% | 0.62% | - |
| HSV(B) | 359.29º | 0.42% | 0.78% | - |
| XYZ | 33.28 | 26.05 | 20.1 | - |
| YUV | 141.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 116 | 117 | 0 | 0.42 | 0.42 | 0.22 | 359.29 | 0.43 | 0.62 |
| Hex | C8 | 74 | 75 | 0 | 2A | 2A | 16 | 167 | 2B | 3E |
| Octal | 310 | 164 | 165 | 0 | 52 | 52 | 26 | 547 | 53 | 76 |
| Binary | 11001000 | 1110100 | 1110101 | 0 | 101010 | 101010 | 10110 | 101100111 | 101011 | 111110 |
Color Harmonies of #C87475
Complementary color
Monochromatic Colors of #C87475
Black with #C87475
Text Example
Text Example
White with #C87475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87475; }
p { color: rgb(200,116,117); }
H1.HeaderClassName
{
color: #C87475;
}
.AnyTagClassName
{
color: #C87475;
}
</style>
background-color css
<style>
a { background-color: #C87475; }
a { background-color: rgb(200,116,117); }
div.DivClassName
{
background-color: #C87475;
}
.BgClassName
{
background-color: #C87475;
}
</style>
border-color css
<style>
span { border-color: #C87475; }
span { border-color: rgb(200,116,117); }
td.TdClassName
{
border-color: #C87475;
}
.TagClassName
{
border-color: #C87475;
}
</style>