Shades of Froly #C77174
Tints of Froly #C77174
RGB
CMYK
RGB Variations
Color information
#C77174 (or 0xC77174) is known color: Froly. HEX triplet: C7, 71 and 74. RGB value is (199,113,116). Sum of RGB (Red+Green+Blue) = 199+113+116=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C77174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77174 is #388E8B. Grayscale: #8B8B8B. Windows color (decimal): -3706508 or 7631303. OLE color: 7631303.
HSL color Cylindrical-coordinate representation of color #C77174: hue angle of 357.91º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77174 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 113 | 116 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.22 |
| HSL | 357.91º | 0.43% | 0.61% | - |
| HSV(B) | 357.91º | 0.43% | 0.78% | - |
| XYZ | 32.61 | 25.21 | 19.67 | - |
| YUV | 139.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 116 | 0 | 0.43 | 0.42 | 0.22 | 357.91 | 0.43 | 0.61 |
| Hex | C7 | 71 | 74 | 0 | 2B | 2A | 16 | 166 | 2B | 3D |
| Octal | 307 | 161 | 164 | 0 | 53 | 52 | 26 | 546 | 53 | 75 |
| Binary | 11000111 | 1110001 | 1110100 | 0 | 101011 | 101010 | 10110 | 101100110 | 101011 | 111101 |
Color Harmonies of #C77174
Complementary color
Monochromatic Colors of #C77174
Black with #C77174
Text Example
Text Example
White with #C77174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77174; }
p { color: rgb(199,113,116); }
H1.HeaderClassName
{
color: #C77174;
}
.AnyTagClassName
{
color: #C77174;
}
</style>
background-color css
<style>
a { background-color: #C77174; }
a { background-color: rgb(199,113,116); }
div.DivClassName
{
background-color: #C77174;
}
.BgClassName
{
background-color: #C77174;
}
</style>
border-color css
<style>
span { border-color: #C77174; }
span { border-color: rgb(199,113,116); }
td.TdClassName
{
border-color: #C77174;
}
.TagClassName
{
border-color: #C77174;
}
</style>