Shades of Froly #CE6B77
Tints of Froly #CE6B77
RGB
CMYK
RGB Variations
Color information
#CE6B77 (or 0xCE6B77) is known color: Froly. HEX triplet: CE, 6B and 77. RGB value is (206,107,119). Sum of RGB (Red+Green+Blue) = 206+107+119=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B77 is #319488. Grayscale: #8A8A8A. Windows color (decimal): -3249289 or 7826382. OLE color: 7826382.
HSL color Cylindrical-coordinate representation of color #CE6B77: hue angle of 352.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6B77 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 119 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.19 |
| HSL | 352.73º | 0.5% | 0.61% | - |
| HSV(B) | 352.73º | 0.48% | 0.81% | - |
| XYZ | 34.04 | 24.97 | 20.48 | - |
| YUV | 137.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 119 | 0 | 0.48 | 0.42 | 0.19 | 352.73 | 0.5 | 0.61 |
| Hex | CE | 6B | 77 | 0 | 30 | 2A | 13 | 161 | 32 | 3D |
| Octal | 316 | 153 | 167 | 0 | 60 | 52 | 23 | 541 | 62 | 75 |
| Binary | 11001110 | 1101011 | 1110111 | 0 | 110000 | 101010 | 10011 | 101100001 | 110010 | 111101 |
Color Harmonies of #CE6B77
Complementary color
Monochromatic Colors of #CE6B77
Black with #CE6B77
Text Example
Text Example
White with #CE6B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B77; }
p { color: rgb(206,107,119); }
H1.HeaderClassName
{
color: #CE6B77;
}
.AnyTagClassName
{
color: #CE6B77;
}
</style>
background-color css
<style>
a { background-color: #CE6B77; }
a { background-color: rgb(206,107,119); }
div.DivClassName
{
background-color: #CE6B77;
}
.BgClassName
{
background-color: #CE6B77;
}
</style>
border-color css
<style>
span { border-color: #CE6B77; }
span { border-color: rgb(206,107,119); }
td.TdClassName
{
border-color: #CE6B77;
}
.TagClassName
{
border-color: #CE6B77;
}
</style>