Shades of Contessa #CC756F
Tints of Contessa #CC756F
RGB
CMYK
RGB Variations
Color information
#CC756F (or 0xCC756F) is known color: Contessa. HEX triplet: CC, 75 and 6F. RGB value is (204,117,111). Sum of RGB (Red+Green+Blue) = 204+117+111=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC756F is #338A90. Grayscale: #8E8E8E. Windows color (decimal): -3377809 or 7304652. OLE color: 7304652.
HSL color Cylindrical-coordinate representation of color #CC756F: hue angle of 3.87º 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 #CC756F is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 111 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.2 |
| HSL | 3.87º | 0.48% | 0.62% | - |
| HSV(B) | 3.87º | 0.46% | 0.8% | - |
| XYZ | 34.13 | 26.71 | 18.4 | - |
| YUV | 142.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 111 | 0 | 0.43 | 0.46 | 0.2 | 3.87 | 0.48 | 0.62 |
| Hex | CC | 75 | 6F | 0 | 2B | 2E | 14 | 4 | 30 | 3E |
| Octal | 314 | 165 | 157 | 0 | 53 | 56 | 24 | 4 | 60 | 76 |
| Binary | 11001100 | 1110101 | 1101111 | 0 | 101011 | 101110 | 10100 | 100 | 110000 | 111110 |
Color Harmonies of #CC756F
Complementary color
Monochromatic Colors of #CC756F
Black with #CC756F
Text Example
Text Example
White with #CC756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC756F; }
p { color: rgb(204,117,111); }
H1.HeaderClassName
{
color: #CC756F;
}
.AnyTagClassName
{
color: #CC756F;
}
</style>
background-color css
<style>
a { background-color: #CC756F; }
a { background-color: rgb(204,117,111); }
div.DivClassName
{
background-color: #CC756F;
}
.BgClassName
{
background-color: #CC756F;
}
</style>
border-color css
<style>
span { border-color: #CC756F; }
span { border-color: rgb(204,117,111); }
td.TdClassName
{
border-color: #CC756F;
}
.TagClassName
{
border-color: #CC756F;
}
</style>