Shades of Contessa #CC756D
Tints of Contessa #CC756D
RGB
CMYK
RGB Variations
Color information
#CC756D (or 0xCC756D) is known color: Contessa. HEX triplet: CC, 75 and 6D. RGB value is (204,117,109). Sum of RGB (Red+Green+Blue) = 204+117+109=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC756D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC756D is #338A92. Grayscale: #8E8E8E. Windows color (decimal): -3377811 or 7173580. OLE color: 7173580.
HSL color Cylindrical-coordinate representation of color #CC756D: hue angle of 5.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC756D is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 109 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.2 |
| HSL | 5.05º | 0.48% | 0.61% | - |
| HSV(B) | 5.05º | 0.47% | 0.8% | - |
| XYZ | 34.02 | 26.66 | 17.82 | - |
| YUV | 142.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 109 | 0 | 0.43 | 0.47 | 0.2 | 5.05 | 0.48 | 0.61 |
| Hex | CC | 75 | 6D | 0 | 2B | 2F | 14 | 5 | 30 | 3D |
| Octal | 314 | 165 | 155 | 0 | 53 | 57 | 24 | 5 | 60 | 75 |
| Binary | 11001100 | 1110101 | 1101101 | 0 | 101011 | 101111 | 10100 | 101 | 110000 | 111101 |
Color Harmonies of #CC756D
Complementary color
Monochromatic Colors of #CC756D
Black with #CC756D
Text Example
Text Example
White with #CC756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC756D; }
p { color: rgb(204,117,109); }
H1.HeaderClassName
{
color: #CC756D;
}
.AnyTagClassName
{
color: #CC756D;
}
</style>
background-color css
<style>
a { background-color: #CC756D; }
a { background-color: rgb(204,117,109); }
div.DivClassName
{
background-color: #CC756D;
}
.BgClassName
{
background-color: #CC756D;
}
</style>
border-color css
<style>
span { border-color: #CC756D; }
span { border-color: rgb(204,117,109); }
td.TdClassName
{
border-color: #CC756D;
}
.TagClassName
{
border-color: #CC756D;
}
</style>