Shades of Froly #C87072
Tints of Froly #C87072
RGB
CMYK
RGB Variations
Color information
#C87072 (or 0xC87072) is known color: Froly. HEX triplet: C8, 70 and 72. RGB value is (200,112,114). Sum of RGB (Red+Green+Blue) = 200+112+114=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C87072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87072 is #378F8D. Grayscale: #8A8A8A. Windows color (decimal): -3641230 or 7499976. OLE color: 7499976.
HSL color Cylindrical-coordinate representation of color #C87072: 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 #C87072 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 114 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.22 |
| HSL | 358.64º | 0.44% | 0.61% | - |
| HSV(B) | 358.64º | 0.44% | 0.78% | - |
| XYZ | 32.65 | 25.08 | 19.04 | - |
| YUV | 138.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 114 | 0 | 0.44 | 0.43 | 0.22 | 358.64 | 0.44 | 0.61 |
| Hex | C8 | 70 | 72 | 0 | 2C | 2B | 16 | 167 | 2C | 3D |
| Octal | 310 | 160 | 162 | 0 | 54 | 53 | 26 | 547 | 54 | 75 |
| Binary | 11001000 | 1110000 | 1110010 | 0 | 101100 | 101011 | 10110 | 101100111 | 101100 | 111101 |
Color Harmonies of #C87072
Complementary color
Monochromatic Colors of #C87072
Black with #C87072
Text Example
Text Example
White with #C87072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87072; }
p { color: rgb(200,112,114); }
H1.HeaderClassName
{
color: #C87072;
}
.AnyTagClassName
{
color: #C87072;
}
</style>
background-color css
<style>
a { background-color: #C87072; }
a { background-color: rgb(200,112,114); }
div.DivClassName
{
background-color: #C87072;
}
.BgClassName
{
background-color: #C87072;
}
</style>
border-color css
<style>
span { border-color: #C87072; }
span { border-color: rgb(200,112,114); }
td.TdClassName
{
border-color: #C87072;
}
.TagClassName
{
border-color: #C87072;
}
</style>