Shades of Froly #C76C6D
Tints of Froly #C76C6D
RGB
CMYK
RGB Variations
Color information
#C76C6D (or 0xC76C6D) is known color: Froly. HEX triplet: C7, 6C and 6D. RGB value is (199,108,109). Sum of RGB (Red+Green+Blue) = 199+108+109=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76C6D is #389392. Grayscale: #878787. Windows color (decimal): -3707795 or 7171271. OLE color: 7171271.
HSL color Cylindrical-coordinate representation of color #C76C6D: hue angle of 359.34º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76C6D is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 109 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.22 |
| HSL | 359.34º | 0.45% | 0.6% | - |
| HSV(B) | 359.34º | 0.46% | 0.78% | - |
| XYZ | 31.68 | 23.97 | 17.43 | - |
| YUV | 135.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 109 | 0 | 0.46 | 0.45 | 0.22 | 359.34 | 0.45 | 0.6 |
| Hex | C7 | 6C | 6D | 0 | 2E | 2D | 16 | 167 | 2D | 3C |
| Octal | 307 | 154 | 155 | 0 | 56 | 55 | 26 | 547 | 55 | 74 |
| Binary | 11000111 | 1101100 | 1101101 | 0 | 101110 | 101101 | 10110 | 101100111 | 101101 | 111100 |
Color Harmonies of #C76C6D
Complementary color
Monochromatic Colors of #C76C6D
Black with #C76C6D
Text Example
Text Example
White with #C76C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C6D; }
p { color: rgb(199,108,109); }
H1.HeaderClassName
{
color: #C76C6D;
}
.AnyTagClassName
{
color: #C76C6D;
}
</style>
background-color css
<style>
a { background-color: #C76C6D; }
a { background-color: rgb(199,108,109); }
div.DivClassName
{
background-color: #C76C6D;
}
.BgClassName
{
background-color: #C76C6D;
}
</style>
border-color css
<style>
span { border-color: #C76C6D; }
span { border-color: rgb(199,108,109); }
td.TdClassName
{
border-color: #C76C6D;
}
.TagClassName
{
border-color: #C76C6D;
}
</style>