Shades of Contessa #CC736D
Tints of Contessa #CC736D
RGB
CMYK
RGB Variations
Color information
#CC736D (or 0xCC736D) is known color: Contessa. HEX triplet: CC, 73 and 6D. RGB value is (204,115,109). Sum of RGB (Red+Green+Blue) = 204+115+109=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC736D is #338C92. Grayscale: #8D8D8D. Windows color (decimal): -3378323 or 7173068. OLE color: 7173068.
HSL color Cylindrical-coordinate representation of color #CC736D: hue angle of 3.79º 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 #CC736D is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 109 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.2 |
| HSL | 3.79º | 0.48% | 0.61% | - |
| HSV(B) | 3.79º | 0.47% | 0.8% | - |
| XYZ | 33.79 | 26.2 | 17.74 | - |
| YUV | 140.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 109 | 0 | 0.44 | 0.47 | 0.2 | 3.79 | 0.48 | 0.61 |
| Hex | CC | 73 | 6D | 0 | 2C | 2F | 14 | 4 | 30 | 3D |
| Octal | 314 | 163 | 155 | 0 | 54 | 57 | 24 | 4 | 60 | 75 |
| Binary | 11001100 | 1110011 | 1101101 | 0 | 101100 | 101111 | 10100 | 100 | 110000 | 111101 |
Color Harmonies of #CC736D
Complementary color
Monochromatic Colors of #CC736D
Black with #CC736D
Text Example
Text Example
White with #CC736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC736D; }
p { color: rgb(204,115,109); }
H1.HeaderClassName
{
color: #CC736D;
}
.AnyTagClassName
{
color: #CC736D;
}
</style>
background-color css
<style>
a { background-color: #CC736D; }
a { background-color: rgb(204,115,109); }
div.DivClassName
{
background-color: #CC736D;
}
.BgClassName
{
background-color: #CC736D;
}
</style>
border-color css
<style>
span { border-color: #CC736D; }
span { border-color: rgb(204,115,109); }
td.TdClassName
{
border-color: #CC736D;
}
.TagClassName
{
border-color: #CC736D;
}
</style>