Shades of Contessa #CC726E
Tints of Contessa #CC726E
RGB
CMYK
RGB Variations
Color information
#CC726E (or 0xCC726E) is known color: Contessa. HEX triplet: CC, 72 and 6E. RGB value is (204,114,110). Sum of RGB (Red+Green+Blue) = 204+114+110=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC726E is #338D91. Grayscale: #8C8C8C. Windows color (decimal): -3378578 or 7238348. OLE color: 7238348.
HSL color Cylindrical-coordinate representation of color #CC726E: hue angle of 2.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC726E is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 110 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.2 |
| HSL | 2.55º | 0.48% | 0.62% | - |
| HSV(B) | 2.55º | 0.46% | 0.8% | - |
| XYZ | 33.73 | 26 | 17.99 | - |
| YUV | 140.45 | 110.82 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 110 | 0 | 0.44 | 0.46 | 0.2 | 2.55 | 0.48 | 0.62 |
| Hex | CC | 72 | 6E | 0 | 2C | 2E | 14 | 3 | 30 | 3E |
| Octal | 314 | 162 | 156 | 0 | 54 | 56 | 24 | 3 | 60 | 76 |
| Binary | 11001100 | 1110010 | 1101110 | 0 | 101100 | 101110 | 10100 | 11 | 110000 | 111110 |
Color Harmonies of #CC726E
Complementary color
Monochromatic Colors of #CC726E
Black with #CC726E
Text Example
Text Example
White with #CC726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC726E; }
p { color: rgb(204,114,110); }
H1.HeaderClassName
{
color: #CC726E;
}
.AnyTagClassName
{
color: #CC726E;
}
</style>
background-color css
<style>
a { background-color: #CC726E; }
a { background-color: rgb(204,114,110); }
div.DivClassName
{
background-color: #CC726E;
}
.BgClassName
{
background-color: #CC726E;
}
</style>
border-color css
<style>
span { border-color: #CC726E; }
span { border-color: rgb(204,114,110); }
td.TdClassName
{
border-color: #CC726E;
}
.TagClassName
{
border-color: #CC726E;
}
</style>