Shades of Contessa #CC706D
Tints of Contessa #CC706D
RGB
CMYK
RGB Variations
Color information
#CC706D (or 0xCC706D) is known color: Contessa. HEX triplet: CC, 70 and 6D. RGB value is (204,112,109). Sum of RGB (Red+Green+Blue) = 204+112+109=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC706D is #338F92. Grayscale: #8B8B8B. Windows color (decimal): -3379091 or 7172300. OLE color: 7172300.
HSL color Cylindrical-coordinate representation of color #CC706D: hue angle of 1.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC706D is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 112 | 109 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.2 |
| HSL | 1.89º | 0.48% | 0.61% | - |
| HSV(B) | 1.89º | 0.47% | 0.8% | - |
| XYZ | 33.46 | 25.53 | 17.63 | - |
| YUV | 139.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 109 | 0 | 0.45 | 0.47 | 0.2 | 1.89 | 0.48 | 0.61 |
| Hex | CC | 70 | 6D | 0 | 2D | 2F | 14 | 2 | 30 | 3D |
| Octal | 314 | 160 | 155 | 0 | 55 | 57 | 24 | 2 | 60 | 75 |
| Binary | 11001100 | 1110000 | 1101101 | 0 | 101101 | 101111 | 10100 | 10 | 110000 | 111101 |
Color Harmonies of #CC706D
Complementary color
Monochromatic Colors of #CC706D
Black with #CC706D
Text Example
Text Example
White with #CC706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC706D; }
p { color: rgb(204,112,109); }
H1.HeaderClassName
{
color: #CC706D;
}
.AnyTagClassName
{
color: #CC706D;
}
</style>
background-color css
<style>
a { background-color: #CC706D; }
a { background-color: rgb(204,112,109); }
div.DivClassName
{
background-color: #CC706D;
}
.BgClassName
{
background-color: #CC706D;
}
</style>
border-color css
<style>
span { border-color: #CC706D; }
span { border-color: rgb(204,112,109); }
td.TdClassName
{
border-color: #CC706D;
}
.TagClassName
{
border-color: #CC706D;
}
</style>