Shades of Froly #C97174
Tints of Froly #C97174
RGB
CMYK
RGB Variations
Color information
#C97174 (or 0xC97174) is known color: Froly. HEX triplet: C9, 71 and 74. RGB value is (201,113,116). Sum of RGB (Red+Green+Blue) = 201+113+116=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C97174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97174 is #368E8B. Grayscale: #8B8B8B. Windows color (decimal): -3575436 or 7631305. OLE color: 7631305.
HSL color Cylindrical-coordinate representation of color #C97174: hue angle of 357.95º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C97174 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 116 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.21 |
| HSL | 357.95º | 0.45% | 0.62% | - |
| HSV(B) | 357.95º | 0.44% | 0.79% | - |
| XYZ | 33.14 | 25.49 | 19.7 | - |
| YUV | 139.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 116 | 0 | 0.44 | 0.42 | 0.21 | 357.95 | 0.45 | 0.62 |
| Hex | C9 | 71 | 74 | 0 | 2C | 2A | 15 | 166 | 2D | 3E |
| Octal | 311 | 161 | 164 | 0 | 54 | 52 | 25 | 546 | 55 | 76 |
| Binary | 11001001 | 1110001 | 1110100 | 0 | 101100 | 101010 | 10101 | 101100110 | 101101 | 111110 |
Color Harmonies of #C97174
Complementary color
Monochromatic Colors of #C97174
Black with #C97174
Text Example
Text Example
White with #C97174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97174; }
p { color: rgb(201,113,116); }
H1.HeaderClassName
{
color: #C97174;
}
.AnyTagClassName
{
color: #C97174;
}
</style>
background-color css
<style>
a { background-color: #C97174; }
a { background-color: rgb(201,113,116); }
div.DivClassName
{
background-color: #C97174;
}
.BgClassName
{
background-color: #C97174;
}
</style>
border-color css
<style>
span { border-color: #C97174; }
span { border-color: rgb(201,113,116); }
td.TdClassName
{
border-color: #C97174;
}
.TagClassName
{
border-color: #C97174;
}
</style>