Shades of Contessa #CC7568
Tints of Contessa #CC7568
RGB
CMYK
RGB Variations
Color information
#CC7568 (or 0xCC7568) is known color: Contessa. HEX triplet: CC, 75 and 68. RGB value is (204,117,104). Sum of RGB (Red+Green+Blue) = 204+117+104=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7568 is #338A97. Grayscale: #8D8D8D. Windows color (decimal): -3377816 or 6845900. OLE color: 6845900.
HSL color Cylindrical-coordinate representation of color #CC7568: hue angle of 7.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC7568 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 104 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.2 |
| HSL | 7.8º | 0.5% | 0.6% | - |
| HSV(B) | 7.8º | 0.49% | 0.8% | - |
| XYZ | 33.76 | 26.56 | 16.44 | - |
| YUV | 141.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 104 | 0 | 0.43 | 0.49 | 0.2 | 7.8 | 0.5 | 0.6 |
| Hex | CC | 75 | 68 | 0 | 2B | 31 | 14 | 8 | 32 | 3C |
| Octal | 314 | 165 | 150 | 0 | 53 | 61 | 24 | 10 | 62 | 74 |
| Binary | 11001100 | 1110101 | 1101000 | 0 | 101011 | 110001 | 10100 | 1000 | 110010 | 111100 |
Color Harmonies of #CC7568
Complementary color
Monochromatic Colors of #CC7568
Black with #CC7568
Text Example
Text Example
White with #CC7568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7568; }
p { color: rgb(204,117,104); }
H1.HeaderClassName
{
color: #CC7568;
}
.AnyTagClassName
{
color: #CC7568;
}
</style>
background-color css
<style>
a { background-color: #CC7568; }
a { background-color: rgb(204,117,104); }
div.DivClassName
{
background-color: #CC7568;
}
.BgClassName
{
background-color: #CC7568;
}
</style>
border-color css
<style>
span { border-color: #CC7568; }
span { border-color: rgb(204,117,104); }
td.TdClassName
{
border-color: #CC7568;
}
.TagClassName
{
border-color: #CC7568;
}
</style>