Shades of Froly #C67172
Tints of Froly #C67172
RGB
CMYK
RGB Variations
Color information
#C67172 (or 0xC67172) is known color: Froly. HEX triplet: C6, 71 and 72. RGB value is (198,113,114). Sum of RGB (Red+Green+Blue) = 198+113+114=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C67172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67172 is #398E8D. Grayscale: #8A8A8A. Windows color (decimal): -3772046 or 7500230. OLE color: 7500230.
HSL color Cylindrical-coordinate representation of color #C67172: hue angle of 359.29º 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 #C67172 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 113 | 114 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.22 |
| HSL | 359.29º | 0.43% | 0.61% | - |
| HSV(B) | 359.29º | 0.43% | 0.78% | - |
| XYZ | 32.23 | 25.03 | 19.05 | - |
| YUV | 138.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 114 | 0 | 0.43 | 0.42 | 0.22 | 359.29 | 0.43 | 0.61 |
| Hex | C6 | 71 | 72 | 0 | 2B | 2A | 16 | 167 | 2B | 3D |
| Octal | 306 | 161 | 162 | 0 | 53 | 52 | 26 | 547 | 53 | 75 |
| Binary | 11000110 | 1110001 | 1110010 | 0 | 101011 | 101010 | 10110 | 101100111 | 101011 | 111101 |
Color Harmonies of #C67172
Complementary color
Monochromatic Colors of #C67172
Black with #C67172
Text Example
Text Example
White with #C67172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67172; }
p { color: rgb(198,113,114); }
H1.HeaderClassName
{
color: #C67172;
}
.AnyTagClassName
{
color: #C67172;
}
</style>
background-color css
<style>
a { background-color: #C67172; }
a { background-color: rgb(198,113,114); }
div.DivClassName
{
background-color: #C67172;
}
.BgClassName
{
background-color: #C67172;
}
</style>
border-color css
<style>
span { border-color: #C67172; }
span { border-color: rgb(198,113,114); }
td.TdClassName
{
border-color: #C67172;
}
.TagClassName
{
border-color: #C67172;
}
</style>