Shades of Froly #C87375
Tints of Froly #C87375
RGB
CMYK
RGB Variations
Color information
#C87375 (or 0xC87375) is known color: Froly. HEX triplet: C8, 73 and 75. RGB value is (200,115,117). Sum of RGB (Red+Green+Blue) = 200+115+117=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C87375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87375 is #378C8A. Grayscale: #8C8C8C. Windows color (decimal): -3640459 or 7697352. OLE color: 7697352.
HSL color Cylindrical-coordinate representation of color #C87375: hue angle of 358.59º 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 #C87375 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 115 | 117 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.22 |
| HSL | 358.59º | 0.44% | 0.62% | - |
| HSV(B) | 358.59º | 0.43% | 0.78% | - |
| XYZ | 33.16 | 25.83 | 20.07 | - |
| YUV | 140.64 | 114.66 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 117 | 0 | 0.42 | 0.42 | 0.22 | 358.59 | 0.44 | 0.62 |
| Hex | C8 | 73 | 75 | 0 | 2A | 2A | 16 | 167 | 2C | 3E |
| Octal | 310 | 163 | 165 | 0 | 52 | 52 | 26 | 547 | 54 | 76 |
| Binary | 11001000 | 1110011 | 1110101 | 0 | 101010 | 101010 | 10110 | 101100111 | 101100 | 111110 |
Color Harmonies of #C87375
Complementary color
Monochromatic Colors of #C87375
Black with #C87375
Text Example
Text Example
White with #C87375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87375; }
p { color: rgb(200,115,117); }
H1.HeaderClassName
{
color: #C87375;
}
.AnyTagClassName
{
color: #C87375;
}
</style>
background-color css
<style>
a { background-color: #C87375; }
a { background-color: rgb(200,115,117); }
div.DivClassName
{
background-color: #C87375;
}
.BgClassName
{
background-color: #C87375;
}
</style>
border-color css
<style>
span { border-color: #C87375; }
span { border-color: rgb(200,115,117); }
td.TdClassName
{
border-color: #C87375;
}
.TagClassName
{
border-color: #C87375;
}
</style>