Shades of Contessa #CC756B
Tints of Contessa #CC756B
RGB
CMYK
RGB Variations
Color information
#CC756B (or 0xCC756B) is known color: Contessa. HEX triplet: CC, 75 and 6B. RGB value is (204,117,107). Sum of RGB (Red+Green+Blue) = 204+117+107=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC756B is #338A94. Grayscale: #8E8E8E. Windows color (decimal): -3377813 or 7042508. OLE color: 7042508.
HSL color Cylindrical-coordinate representation of color #CC756B: hue angle of 6.19º 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 #CC756B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 107 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.2 |
| HSL | 6.19º | 0.49% | 0.61% | - |
| HSV(B) | 6.19º | 0.48% | 0.8% | - |
| XYZ | 33.92 | 26.62 | 17.26 | - |
| YUV | 141.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 107 | 0 | 0.43 | 0.48 | 0.2 | 6.19 | 0.49 | 0.61 |
| Hex | CC | 75 | 6B | 0 | 2B | 30 | 14 | 6 | 31 | 3D |
| Octal | 314 | 165 | 153 | 0 | 53 | 60 | 24 | 6 | 61 | 75 |
| Binary | 11001100 | 1110101 | 1101011 | 0 | 101011 | 110000 | 10100 | 110 | 110001 | 111101 |
Color Harmonies of #CC756B
Complementary color
Monochromatic Colors of #CC756B
Black with #CC756B
Text Example
Text Example
White with #CC756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC756B; }
p { color: rgb(204,117,107); }
H1.HeaderClassName
{
color: #CC756B;
}
.AnyTagClassName
{
color: #CC756B;
}
</style>
background-color css
<style>
a { background-color: #CC756B; }
a { background-color: rgb(204,117,107); }
div.DivClassName
{
background-color: #CC756B;
}
.BgClassName
{
background-color: #CC756B;
}
</style>
border-color css
<style>
span { border-color: #CC756B; }
span { border-color: rgb(204,117,107); }
td.TdClassName
{
border-color: #CC756B;
}
.TagClassName
{
border-color: #CC756B;
}
</style>