Shades of Contessa #CC756A
Tints of Contessa #CC756A
RGB
CMYK
RGB Variations
Color information
#CC756A (or 0xCC756A) is known color: Contessa. HEX triplet: CC, 75 and 6A. RGB value is (204,117,106). Sum of RGB (Red+Green+Blue) = 204+117+106=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC756A is #338A95. Grayscale: #8D8D8D. Windows color (decimal): -3377814 or 6976972. OLE color: 6976972.
HSL color Cylindrical-coordinate representation of color #CC756A: hue angle of 6.73º 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 #CC756A is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 106 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.2 |
| HSL | 6.73º | 0.49% | 0.61% | - |
| HSV(B) | 6.73º | 0.48% | 0.8% | - |
| XYZ | 33.86 | 26.6 | 16.99 | - |
| YUV | 141.76 | 107.82 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 106 | 0 | 0.43 | 0.48 | 0.2 | 6.73 | 0.49 | 0.61 |
| Hex | CC | 75 | 6A | 0 | 2B | 30 | 14 | 7 | 31 | 3D |
| Octal | 314 | 165 | 152 | 0 | 53 | 60 | 24 | 7 | 61 | 75 |
| Binary | 11001100 | 1110101 | 1101010 | 0 | 101011 | 110000 | 10100 | 111 | 110001 | 111101 |
Color Harmonies of #CC756A
Complementary color
Monochromatic Colors of #CC756A
Black with #CC756A
Text Example
Text Example
White with #CC756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC756A; }
p { color: rgb(204,117,106); }
H1.HeaderClassName
{
color: #CC756A;
}
.AnyTagClassName
{
color: #CC756A;
}
</style>
background-color css
<style>
a { background-color: #CC756A; }
a { background-color: rgb(204,117,106); }
div.DivClassName
{
background-color: #CC756A;
}
.BgClassName
{
background-color: #CC756A;
}
</style>
border-color css
<style>
span { border-color: #CC756A; }
span { border-color: rgb(204,117,106); }
td.TdClassName
{
border-color: #CC756A;
}
.TagClassName
{
border-color: #CC756A;
}
</style>