Shades of Froly #C97576
Tints of Froly #C97576
RGB
CMYK
RGB Variations
Color information
#C97576 (or 0xC97576) is known color: Froly. HEX triplet: C9, 75 and 76. RGB value is (201,117,118). Sum of RGB (Red+Green+Blue) = 201+117+118=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C97576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97576 is #368A89. Grayscale: #8E8E8E. Windows color (decimal): -3574410 or 7763401. OLE color: 7763401.
HSL color Cylindrical-coordinate representation of color #C97576: hue angle of 359.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C97576 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 117 | 118 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.21 |
| HSL | 359.29º | 0.44% | 0.62% | - |
| HSV(B) | 359.29º | 0.42% | 0.79% | - |
| XYZ | 33.72 | 26.45 | 20.47 | - |
| YUV | 142.23 | 114.33 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 117 | 118 | 0 | 0.42 | 0.41 | 0.21 | 359.29 | 0.44 | 0.62 |
| Hex | C9 | 75 | 76 | 0 | 2A | 29 | 15 | 167 | 2C | 3E |
| Octal | 311 | 165 | 166 | 0 | 52 | 51 | 25 | 547 | 54 | 76 |
| Binary | 11001001 | 1110101 | 1110110 | 0 | 101010 | 101001 | 10101 | 101100111 | 101100 | 111110 |
Color Harmonies of #C97576
Complementary color
Monochromatic Colors of #C97576
Black with #C97576
Text Example
Text Example
White with #C97576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97576; }
p { color: rgb(201,117,118); }
H1.HeaderClassName
{
color: #C97576;
}
.AnyTagClassName
{
color: #C97576;
}
</style>
background-color css
<style>
a { background-color: #C97576; }
a { background-color: rgb(201,117,118); }
div.DivClassName
{
background-color: #C97576;
}
.BgClassName
{
background-color: #C97576;
}
</style>
border-color css
<style>
span { border-color: #C97576; }
span { border-color: rgb(201,117,118); }
td.TdClassName
{
border-color: #C97576;
}
.TagClassName
{
border-color: #C97576;
}
</style>