Shades of Froly #CE6E75
Tints of Froly #CE6E75
RGB
CMYK
RGB Variations
Color information
#CE6E75 (or 0xCE6E75) is known color: Froly. HEX triplet: CE, 6E and 75. RGB value is (206,110,117). Sum of RGB (Red+Green+Blue) = 206+110+117=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 110 (43.36% from 255 or 25.40% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6E75 is #31918A. Grayscale: #8B8B8B. Windows color (decimal): -3248523 or 7696078. OLE color: 7696078.
HSL color Cylindrical-coordinate representation of color #CE6E75: hue angle of 355.62º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6E75 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 117 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.19 |
| HSL | 355.63º | 0.49% | 0.62% | - |
| HSV(B) | 355.63º | 0.47% | 0.81% | - |
| XYZ | 34.24 | 25.56 | 19.96 | - |
| YUV | 139.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 117 | 0 | 0.47 | 0.43 | 0.19 | 355.63 | 0.49 | 0.62 |
| Hex | CE | 6E | 75 | 0 | 2F | 2B | 13 | 164 | 31 | 3E |
| Octal | 316 | 156 | 165 | 0 | 57 | 53 | 23 | 544 | 61 | 76 |
| Binary | 11001110 | 1101110 | 1110101 | 0 | 101111 | 101011 | 10011 | 101100100 | 110001 | 111110 |
Color Harmonies of #CE6E75
Complementary color
Monochromatic Colors of #CE6E75
Black with #CE6E75
Text Example
Text Example
White with #CE6E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6E75; }
p { color: rgb(206,110,117); }
H1.HeaderClassName
{
color: #CE6E75;
}
.AnyTagClassName
{
color: #CE6E75;
}
</style>
background-color css
<style>
a { background-color: #CE6E75; }
a { background-color: rgb(206,110,117); }
div.DivClassName
{
background-color: #CE6E75;
}
.BgClassName
{
background-color: #CE6E75;
}
</style>
border-color css
<style>
span { border-color: #CE6E75; }
span { border-color: rgb(206,110,117); }
td.TdClassName
{
border-color: #CE6E75;
}
.TagClassName
{
border-color: #CE6E75;
}
</style>