Shades of Contessa #CE7265
Tints of Contessa #CE7265
RGB
CMYK
RGB Variations
Color information
#CE7265 (or 0xCE7265) is known color: Contessa. HEX triplet: CE, 72 and 65. RGB value is (206,114,101). Sum of RGB (Red+Green+Blue) = 206+114+101=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7265 is #318D9A. Grayscale: #8C8C8C. Windows color (decimal): -3247515 or 6648526. OLE color: 6648526.
HSL color Cylindrical-coordinate representation of color #CE7265: hue angle of 7.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 #CE7265 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 101 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.19 |
| HSL | 7.43º | 0.52% | 0.6% | - |
| HSV(B) | 7.43º | 0.51% | 0.81% | - |
| XYZ | 33.82 | 26.1 | 15.57 | - |
| YUV | 140.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 101 | 0 | 0.45 | 0.51 | 0.19 | 7.43 | 0.52 | 0.6 |
| Hex | CE | 72 | 65 | 0 | 2D | 33 | 13 | 7 | 34 | 3C |
| Octal | 316 | 162 | 145 | 0 | 55 | 63 | 23 | 7 | 64 | 74 |
| Binary | 11001110 | 1110010 | 1100101 | 0 | 101101 | 110011 | 10011 | 111 | 110100 | 111100 |
Color Harmonies of #CE7265
Complementary color
Monochromatic Colors of #CE7265
Black with #CE7265
Text Example
Text Example
White with #CE7265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7265; }
p { color: rgb(206,114,101); }
H1.HeaderClassName
{
color: #CE7265;
}
.AnyTagClassName
{
color: #CE7265;
}
</style>
background-color css
<style>
a { background-color: #CE7265; }
a { background-color: rgb(206,114,101); }
div.DivClassName
{
background-color: #CE7265;
}
.BgClassName
{
background-color: #CE7265;
}
</style>
border-color css
<style>
span { border-color: #CE7265; }
span { border-color: rgb(206,114,101); }
td.TdClassName
{
border-color: #CE7265;
}
.TagClassName
{
border-color: #CE7265;
}
</style>