Shades of Contessa #CE7369
Tints of Contessa #CE7369
RGB
CMYK
RGB Variations
Color information
#CE7369 (or 0xCE7369) is known color: Contessa. HEX triplet: CE, 73 and 69. RGB value is (206,115,105). Sum of RGB (Red+Green+Blue) = 206+115+105=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7369 is #318C96. Grayscale: #8D8D8D. Windows color (decimal): -3247255 or 6910926. OLE color: 6910926.
HSL color Cylindrical-coordinate representation of color #CE7369: hue angle of 5.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE7369 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 105 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.19 |
| HSL | 5.94º | 0.51% | 0.61% | - |
| HSV(B) | 5.94º | 0.49% | 0.81% | - |
| XYZ | 34.13 | 26.4 | 16.66 | - |
| YUV | 141.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 105 | 0 | 0.44 | 0.49 | 0.19 | 5.94 | 0.51 | 0.61 |
| Hex | CE | 73 | 69 | 0 | 2C | 31 | 13 | 6 | 33 | 3D |
| Octal | 316 | 163 | 151 | 0 | 54 | 61 | 23 | 6 | 63 | 75 |
| Binary | 11001110 | 1110011 | 1101001 | 0 | 101100 | 110001 | 10011 | 110 | 110011 | 111101 |
Color Harmonies of #CE7369
Complementary color
Monochromatic Colors of #CE7369
Black with #CE7369
Text Example
Text Example
White with #CE7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7369; }
p { color: rgb(206,115,105); }
H1.HeaderClassName
{
color: #CE7369;
}
.AnyTagClassName
{
color: #CE7369;
}
</style>
background-color css
<style>
a { background-color: #CE7369; }
a { background-color: rgb(206,115,105); }
div.DivClassName
{
background-color: #CE7369;
}
.BgClassName
{
background-color: #CE7369;
}
</style>
border-color css
<style>
span { border-color: #CE7369; }
span { border-color: rgb(206,115,105); }
td.TdClassName
{
border-color: #CE7369;
}
.TagClassName
{
border-color: #CE7369;
}
</style>