Shades of Contessa #CE7468
Tints of Contessa #CE7468
RGB
CMYK
RGB Variations
Color information
#CE7468 (or 0xCE7468) is known color: Contessa. HEX triplet: CE, 74 and 68. RGB value is (206,116,104). Sum of RGB (Red+Green+Blue) = 206+116+104=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7468 is #318B97. Grayscale: #8D8D8D. Windows color (decimal): -3247000 or 6845646. OLE color: 6845646.
HSL color Cylindrical-coordinate representation of color #CE7468: hue angle of 7.06º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE7468 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 104 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.19 |
| HSL | 7.06º | 0.51% | 0.61% | - |
| HSV(B) | 7.06º | 0.5% | 0.81% | - |
| XYZ | 34.2 | 26.61 | 16.43 | - |
| YUV | 141.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 104 | 0 | 0.44 | 0.50 | 0.19 | 7.06 | 0.51 | 0.61 |
| Hex | CE | 74 | 68 | 0 | 2C | 32 | 13 | 7 | 33 | 3D |
| Octal | 316 | 164 | 150 | 0 | 54 | 62 | 23 | 7 | 63 | 75 |
| Binary | 11001110 | 1110100 | 1101000 | 0 | 101100 | 110010 | 10011 | 111 | 110011 | 111101 |
Color Harmonies of #CE7468
Complementary color
Monochromatic Colors of #CE7468
Black with #CE7468
Text Example
Text Example
White with #CE7468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7468; }
p { color: rgb(206,116,104); }
H1.HeaderClassName
{
color: #CE7468;
}
.AnyTagClassName
{
color: #CE7468;
}
</style>
background-color css
<style>
a { background-color: #CE7468; }
a { background-color: rgb(206,116,104); }
div.DivClassName
{
background-color: #CE7468;
}
.BgClassName
{
background-color: #CE7468;
}
</style>
border-color css
<style>
span { border-color: #CE7468; }
span { border-color: rgb(206,116,104); }
td.TdClassName
{
border-color: #CE7468;
}
.TagClassName
{
border-color: #CE7468;
}
</style>