Shades of Contessa #CE6B65
Tints of Contessa #CE6B65
RGB
CMYK
RGB Variations
Color information
#CE6B65 (or 0xCE6B65) is known color: Contessa. HEX triplet: CE, 6B and 65. RGB value is (206,107,101). Sum of RGB (Red+Green+Blue) = 206+107+101=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B65 is #31949A. Grayscale: #888888. Windows color (decimal): -3249307 or 6646734. OLE color: 6646734.
HSL color Cylindrical-coordinate representation of color #CE6B65: hue angle of 3.43º 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 #CE6B65 is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 101 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.19 |
| HSL | 3.43º | 0.52% | 0.6% | - |
| HSV(B) | 3.43º | 0.51% | 0.81% | - |
| XYZ | 33.06 | 24.58 | 15.31 | - |
| YUV | 135.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 101 | 0 | 0.48 | 0.51 | 0.19 | 3.43 | 0.52 | 0.6 |
| Hex | CE | 6B | 65 | 0 | 30 | 33 | 13 | 3 | 34 | 3C |
| Octal | 316 | 153 | 145 | 0 | 60 | 63 | 23 | 3 | 64 | 74 |
| Binary | 11001110 | 1101011 | 1100101 | 0 | 110000 | 110011 | 10011 | 11 | 110100 | 111100 |
Color Harmonies of #CE6B65
Complementary color
Monochromatic Colors of #CE6B65
Black with #CE6B65
Text Example
Text Example
White with #CE6B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B65; }
p { color: rgb(206,107,101); }
H1.HeaderClassName
{
color: #CE6B65;
}
.AnyTagClassName
{
color: #CE6B65;
}
</style>
background-color css
<style>
a { background-color: #CE6B65; }
a { background-color: rgb(206,107,101); }
div.DivClassName
{
background-color: #CE6B65;
}
.BgClassName
{
background-color: #CE6B65;
}
</style>
border-color css
<style>
span { border-color: #CE6B65; }
span { border-color: rgb(206,107,101); }
td.TdClassName
{
border-color: #CE6B65;
}
.TagClassName
{
border-color: #CE6B65;
}
</style>