Shades of Contessa #CE6F6C
Tints of Contessa #CE6F6C
RGB
CMYK
RGB Variations
Color information
#CE6F6C (or 0xCE6F6C) is known color: Contessa. HEX triplet: CE, 6F and 6C. RGB value is (206,111,108). Sum of RGB (Red+Green+Blue) = 206+111+108=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F6C is #319093. Grayscale: #8B8B8B. Windows color (decimal): -3248276 or 7106510. OLE color: 7106510.
HSL color Cylindrical-coordinate representation of color #CE6F6C: hue angle of 1.84º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6F6C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 108 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.19 |
| HSL | 1.84º | 0.5% | 0.62% | - |
| HSV(B) | 1.84º | 0.48% | 0.81% | - |
| XYZ | 33.84 | 25.57 | 17.34 | - |
| YUV | 139.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 108 | 0 | 0.46 | 0.48 | 0.19 | 1.84 | 0.5 | 0.62 |
| Hex | CE | 6F | 6C | 0 | 2E | 30 | 13 | 2 | 32 | 3E |
| Octal | 316 | 157 | 154 | 0 | 56 | 60 | 23 | 2 | 62 | 76 |
| Binary | 11001110 | 1101111 | 1101100 | 0 | 101110 | 110000 | 10011 | 10 | 110010 | 111110 |
Color Harmonies of #CE6F6C
Complementary color
Monochromatic Colors of #CE6F6C
Black with #CE6F6C
Text Example
Text Example
White with #CE6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F6C; }
p { color: rgb(206,111,108); }
H1.HeaderClassName
{
color: #CE6F6C;
}
.AnyTagClassName
{
color: #CE6F6C;
}
</style>
background-color css
<style>
a { background-color: #CE6F6C; }
a { background-color: rgb(206,111,108); }
div.DivClassName
{
background-color: #CE6F6C;
}
.BgClassName
{
background-color: #CE6F6C;
}
</style>
border-color css
<style>
span { border-color: #CE6F6C; }
span { border-color: rgb(206,111,108); }
td.TdClassName
{
border-color: #CE6F6C;
}
.TagClassName
{
border-color: #CE6F6C;
}
</style>