Shades of Contessa #CC7266
Tints of Contessa #CC7266
RGB
CMYK
RGB Variations
Color information
#CC7266 (or 0xCC7266) is known color: Contessa. HEX triplet: CC, 72 and 66. RGB value is (204,114,102). Sum of RGB (Red+Green+Blue) = 204+114+102=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7266 is #338D99. Grayscale: #8B8B8B. Windows color (decimal): -3378586 or 6714060. OLE color: 6714060.
HSL color Cylindrical-coordinate representation of color #CC7266: hue angle of 7.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7266 is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 102 | - |
| CMYK | 0 | 0.44 | 0.5 | 0.2 |
| HSL | 7.06º | 0.5% | 0.6% | - |
| HSV(B) | 7.06º | 0.5% | 0.8% | - |
| XYZ | 33.32 | 25.83 | 15.8 | - |
| YUV | 139.54 | 106.82 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 102 | 0 | 0.44 | 0.5 | 0.2 | 7.06 | 0.5 | 0.6 |
| Hex | CC | 72 | 66 | 0 | 2C | 32 | 14 | 7 | 32 | 3C |
| Octal | 314 | 162 | 146 | 0 | 54 | 62 | 24 | 7 | 62 | 74 |
| Binary | 11001100 | 1110010 | 1100110 | 0 | 101100 | 110010 | 10100 | 111 | 110010 | 111100 |
Color Harmonies of #CC7266
Complementary color
Monochromatic Colors of #CC7266
Black with #CC7266
Text Example
Text Example
White with #CC7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7266; }
p { color: rgb(204,114,102); }
H1.HeaderClassName
{
color: #CC7266;
}
.AnyTagClassName
{
color: #CC7266;
}
</style>
background-color css
<style>
a { background-color: #CC7266; }
a { background-color: rgb(204,114,102); }
div.DivClassName
{
background-color: #CC7266;
}
.BgClassName
{
background-color: #CC7266;
}
</style>
border-color css
<style>
span { border-color: #CC7266; }
span { border-color: rgb(204,114,102); }
td.TdClassName
{
border-color: #CC7266;
}
.TagClassName
{
border-color: #CC7266;
}
</style>