Shades of Contessa #CE6F64
Tints of Contessa #CE6F64
RGB
CMYK
RGB Variations
Color information
#CE6F64 (or 0xCE6F64) is known color: Contessa. HEX triplet: CE, 6F and 64. RGB value is (206,111,100). Sum of RGB (Red+Green+Blue) = 206+111+100=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6F64 is #31909B. Grayscale: #8A8A8A. Windows color (decimal): -3248284 or 6582222. OLE color: 6582222.
HSL color Cylindrical-coordinate representation of color #CE6F64: hue angle of 6.23º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6F64 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 100 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.19 |
| HSL | 6.23º | 0.52% | 0.6% | - |
| HSV(B) | 6.23º | 0.51% | 0.81% | - |
| XYZ | 33.44 | 25.41 | 15.2 | - |
| YUV | 138.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 100 | 0 | 0.46 | 0.51 | 0.19 | 6.23 | 0.52 | 0.6 |
| Hex | CE | 6F | 64 | 0 | 2E | 33 | 13 | 6 | 34 | 3C |
| Octal | 316 | 157 | 144 | 0 | 56 | 63 | 23 | 6 | 64 | 74 |
| Binary | 11001110 | 1101111 | 1100100 | 0 | 101110 | 110011 | 10011 | 110 | 110100 | 111100 |
Color Harmonies of #CE6F64
Complementary color
Monochromatic Colors of #CE6F64
Black with #CE6F64
Text Example
Text Example
White with #CE6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F64; }
p { color: rgb(206,111,100); }
H1.HeaderClassName
{
color: #CE6F64;
}
.AnyTagClassName
{
color: #CE6F64;
}
</style>
background-color css
<style>
a { background-color: #CE6F64; }
a { background-color: rgb(206,111,100); }
div.DivClassName
{
background-color: #CE6F64;
}
.BgClassName
{
background-color: #CE6F64;
}
</style>
border-color css
<style>
span { border-color: #CE6F64; }
span { border-color: rgb(206,111,100); }
td.TdClassName
{
border-color: #CE6F64;
}
.TagClassName
{
border-color: #CE6F64;
}
</style>