Shades of Froly #CE6B6C
Tints of Froly #CE6B6C
RGB
CMYK
RGB Variations
Color information
#CE6B6C (or 0xCE6B6C) is known color: Froly. HEX triplet: CE, 6B and 6C. RGB value is (206,107,108). Sum of RGB (Red+Green+Blue) = 206+107+108=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B6C is #319493. Grayscale: #888888. Windows color (decimal): -3249300 or 7105486. OLE color: 7105486.
HSL color Cylindrical-coordinate representation of color #CE6B6C: hue angle of 359.39º 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 #CE6B6C is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 108 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.19 |
| HSL | 359.39º | 0.5% | 0.61% | - |
| HSV(B) | 359.39º | 0.48% | 0.81% | - |
| XYZ | 33.42 | 24.72 | 17.2 | - |
| YUV | 136.72 | 111.8 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 108 | 0 | 0.48 | 0.48 | 0.19 | 359.39 | 0.5 | 0.61 |
| Hex | CE | 6B | 6C | 0 | 30 | 30 | 13 | 167 | 32 | 3D |
| Octal | 316 | 153 | 154 | 0 | 60 | 60 | 23 | 547 | 62 | 75 |
| Binary | 11001110 | 1101011 | 1101100 | 0 | 110000 | 110000 | 10011 | 101100111 | 110010 | 111101 |
Color Harmonies of #CE6B6C
Complementary color
Monochromatic Colors of #CE6B6C
Black with #CE6B6C
Text Example
Text Example
White with #CE6B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B6C; }
p { color: rgb(206,107,108); }
H1.HeaderClassName
{
color: #CE6B6C;
}
.AnyTagClassName
{
color: #CE6B6C;
}
</style>
background-color css
<style>
a { background-color: #CE6B6C; }
a { background-color: rgb(206,107,108); }
div.DivClassName
{
background-color: #CE6B6C;
}
.BgClassName
{
background-color: #CE6B6C;
}
</style>
border-color css
<style>
span { border-color: #CE6B6C; }
span { border-color: rgb(206,107,108); }
td.TdClassName
{
border-color: #CE6B6C;
}
.TagClassName
{
border-color: #CE6B6C;
}
</style>