Shades of Contessa #CC716B
Tints of Contessa #CC716B
RGB
CMYK
RGB Variations
Color information
#CC716B (or 0xCC716B) is known color: Contessa. HEX triplet: CC, 71 and 6B. RGB value is (204,113,107). Sum of RGB (Red+Green+Blue) = 204+113+107=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC716B is #338E94. Grayscale: #8B8B8B. Windows color (decimal): -3378837 or 7041484. OLE color: 7041484.
HSL color Cylindrical-coordinate representation of color #CC716B: hue angle of 3.71º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC716B is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 113 | 107 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.2 |
| HSL | 3.71º | 0.49% | 0.61% | - |
| HSV(B) | 3.71º | 0.48% | 0.8% | - |
| XYZ | 33.46 | 25.71 | 17.11 | - |
| YUV | 139.53 | 109.65 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 107 | 0 | 0.45 | 0.48 | 0.2 | 3.71 | 0.49 | 0.61 |
| Hex | CC | 71 | 6B | 0 | 2D | 30 | 14 | 4 | 31 | 3D |
| Octal | 314 | 161 | 153 | 0 | 55 | 60 | 24 | 4 | 61 | 75 |
| Binary | 11001100 | 1110001 | 1101011 | 0 | 101101 | 110000 | 10100 | 100 | 110001 | 111101 |
Color Harmonies of #CC716B
Complementary color
Monochromatic Colors of #CC716B
Black with #CC716B
Text Example
Text Example
White with #CC716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC716B; }
p { color: rgb(204,113,107); }
H1.HeaderClassName
{
color: #CC716B;
}
.AnyTagClassName
{
color: #CC716B;
}
</style>
background-color css
<style>
a { background-color: #CC716B; }
a { background-color: rgb(204,113,107); }
div.DivClassName
{
background-color: #CC716B;
}
.BgClassName
{
background-color: #CC716B;
}
</style>
border-color css
<style>
span { border-color: #CC716B; }
span { border-color: rgb(204,113,107); }
td.TdClassName
{
border-color: #CC716B;
}
.TagClassName
{
border-color: #CC716B;
}
</style>