Shades of Froly #C67274
Tints of Froly #C67274
RGB
CMYK
RGB Variations
Color information
#C67274 (or 0xC67274) is known color: Froly. HEX triplet: C6, 72 and 74. RGB value is (198,114,116). Sum of RGB (Red+Green+Blue) = 198+114+116=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C67274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67274 is #398D8B. Grayscale: #8B8B8B. Windows color (decimal): -3771788 or 7631558. OLE color: 7631558.
HSL color Cylindrical-coordinate representation of color #C67274: hue angle of 358.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C67274 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 114 | 116 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.22 |
| HSL | 358.57º | 0.42% | 0.61% | - |
| HSV(B) | 358.57º | 0.42% | 0.78% | - |
| XYZ | 32.46 | 25.3 | 19.7 | - |
| YUV | 139.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 116 | 0 | 0.42 | 0.41 | 0.22 | 358.57 | 0.42 | 0.61 |
| Hex | C6 | 72 | 74 | 0 | 2A | 29 | 16 | 167 | 2A | 3D |
| Octal | 306 | 162 | 164 | 0 | 52 | 51 | 26 | 547 | 52 | 75 |
| Binary | 11000110 | 1110010 | 1110100 | 0 | 101010 | 101001 | 10110 | 101100111 | 101010 | 111101 |
Color Harmonies of #C67274
Complementary color
Monochromatic Colors of #C67274
Black with #C67274
Text Example
Text Example
White with #C67274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67274; }
p { color: rgb(198,114,116); }
H1.HeaderClassName
{
color: #C67274;
}
.AnyTagClassName
{
color: #C67274;
}
</style>
background-color css
<style>
a { background-color: #C67274; }
a { background-color: rgb(198,114,116); }
div.DivClassName
{
background-color: #C67274;
}
.BgClassName
{
background-color: #C67274;
}
</style>
border-color css
<style>
span { border-color: #C67274; }
span { border-color: rgb(198,114,116); }
td.TdClassName
{
border-color: #C67274;
}
.TagClassName
{
border-color: #C67274;
}
</style>