Shades of Froly #C97274
Tints of Froly #C97274
RGB
CMYK
RGB Variations
Color information
#C97274 (or 0xC97274) is known color: Froly. HEX triplet: C9, 72 and 74. RGB value is (201,114,116). Sum of RGB (Red+Green+Blue) = 201+114+116=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C97274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C97274 is #368D8B. Grayscale: #8C8C8C. Windows color (decimal): -3575180 or 7631561. OLE color: 7631561.
HSL color Cylindrical-coordinate representation of color #C97274: hue angle of 358.62º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C97274 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 116 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.21 |
| HSL | 358.62º | 0.45% | 0.62% | - |
| HSV(B) | 358.62º | 0.43% | 0.79% | - |
| XYZ | 33.26 | 25.71 | 19.73 | - |
| YUV | 140.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 116 | 0 | 0.43 | 0.42 | 0.21 | 358.62 | 0.45 | 0.62 |
| Hex | C9 | 72 | 74 | 0 | 2B | 2A | 15 | 167 | 2D | 3E |
| Octal | 311 | 162 | 164 | 0 | 53 | 52 | 25 | 547 | 55 | 76 |
| Binary | 11001001 | 1110010 | 1110100 | 0 | 101011 | 101010 | 10101 | 101100111 | 101101 | 111110 |
Color Harmonies of #C97274
Complementary color
Monochromatic Colors of #C97274
Black with #C97274
Text Example
Text Example
White with #C97274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C97274; }
p { color: rgb(201,114,116); }
H1.HeaderClassName
{
color: #C97274;
}
.AnyTagClassName
{
color: #C97274;
}
</style>
background-color css
<style>
a { background-color: #C97274; }
a { background-color: rgb(201,114,116); }
div.DivClassName
{
background-color: #C97274;
}
.BgClassName
{
background-color: #C97274;
}
</style>
border-color css
<style>
span { border-color: #C97274; }
span { border-color: rgb(201,114,116); }
td.TdClassName
{
border-color: #C97274;
}
.TagClassName
{
border-color: #C97274;
}
</style>