Shades of Contessa #CC7168
Tints of Contessa #CC7168
RGB
CMYK
RGB Variations
Color information
#CC7168 (or 0xCC7168) is known color: Contessa. HEX triplet: CC, 71 and 68. RGB value is (204,113,104). Sum of RGB (Red+Green+Blue) = 204+113+104=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7168 is #338E97. Grayscale: #8B8B8B. Windows color (decimal): -3378840 or 6844876. OLE color: 6844876.
HSL color Cylindrical-coordinate representation of color #CC7168: hue angle of 5.4º 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 #CC7168 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 104 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.2 |
| HSL | 5.4º | 0.5% | 0.6% | - |
| HSV(B) | 5.4º | 0.49% | 0.8% | - |
| XYZ | 33.31 | 25.65 | 16.29 | - |
| YUV | 139.18 | 108.15 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 104 | 0 | 0.45 | 0.49 | 0.2 | 5.4 | 0.5 | 0.6 |
| Hex | CC | 71 | 68 | 0 | 2D | 31 | 14 | 5 | 32 | 3C |
| Octal | 314 | 161 | 150 | 0 | 55 | 61 | 24 | 5 | 62 | 74 |
| Binary | 11001100 | 1110001 | 1101000 | 0 | 101101 | 110001 | 10100 | 101 | 110010 | 111100 |
Color Harmonies of #CC7168
Complementary color
Monochromatic Colors of #CC7168
Black with #CC7168
Text Example
Text Example
White with #CC7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7168; }
p { color: rgb(204,113,104); }
H1.HeaderClassName
{
color: #CC7168;
}
.AnyTagClassName
{
color: #CC7168;
}
</style>
background-color css
<style>
a { background-color: #CC7168; }
a { background-color: rgb(204,113,104); }
div.DivClassName
{
background-color: #CC7168;
}
.BgClassName
{
background-color: #CC7168;
}
</style>
border-color css
<style>
span { border-color: #CC7168; }
span { border-color: rgb(204,113,104); }
td.TdClassName
{
border-color: #CC7168;
}
.TagClassName
{
border-color: #CC7168;
}
</style>