Shades of Froly #CE7076
Tints of Froly #CE7076
RGB
CMYK
RGB Variations
Color information
#CE7076 (or 0xCE7076) is known color: Froly. HEX triplet: CE, 70 and 76. RGB value is (206,112,118). Sum of RGB (Red+Green+Blue) = 206+112+118=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7076 is #318F89. Grayscale: #8C8C8C. Windows color (decimal): -3248010 or 7762126. OLE color: 7762126.
HSL color Cylindrical-coordinate representation of color #CE7076: hue angle of 356.17º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7076 is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 118 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.19 |
| HSL | 356.17º | 0.49% | 0.62% | - |
| HSV(B) | 356.17º | 0.46% | 0.81% | - |
| XYZ | 34.52 | 26.02 | 20.34 | - |
| YUV | 140.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 118 | 0 | 0.46 | 0.43 | 0.19 | 356.17 | 0.49 | 0.62 |
| Hex | CE | 70 | 76 | 0 | 2E | 2B | 13 | 164 | 31 | 3E |
| Octal | 316 | 160 | 166 | 0 | 56 | 53 | 23 | 544 | 61 | 76 |
| Binary | 11001110 | 1110000 | 1110110 | 0 | 101110 | 101011 | 10011 | 101100100 | 110001 | 111110 |
Color Harmonies of #CE7076
Complementary color
Monochromatic Colors of #CE7076
Black with #CE7076
Text Example
Text Example
White with #CE7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7076; }
p { color: rgb(206,112,118); }
H1.HeaderClassName
{
color: #CE7076;
}
.AnyTagClassName
{
color: #CE7076;
}
</style>
background-color css
<style>
a { background-color: #CE7076; }
a { background-color: rgb(206,112,118); }
div.DivClassName
{
background-color: #CE7076;
}
.BgClassName
{
background-color: #CE7076;
}
</style>
border-color css
<style>
span { border-color: #CE7076; }
span { border-color: rgb(206,112,118); }
td.TdClassName
{
border-color: #CE7076;
}
.TagClassName
{
border-color: #CE7076;
}
</style>