Shades of Contessa #CC736C
Tints of Contessa #CC736C
RGB
CMYK
RGB Variations
Color information
#CC736C (or 0xCC736C) is known color: Contessa. HEX triplet: CC, 73 and 6C. RGB value is (204,115,108). Sum of RGB (Red+Green+Blue) = 204+115+108=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC736C is #338C93. Grayscale: #8C8C8C. Windows color (decimal): -3378324 or 7107532. OLE color: 7107532.
HSL color Cylindrical-coordinate representation of color #CC736C: hue angle of 4.38º 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 #CC736C is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 115 | 108 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.2 |
| HSL | 4.38º | 0.48% | 0.61% | - |
| HSV(B) | 4.38º | 0.47% | 0.8% | - |
| XYZ | 33.74 | 26.18 | 17.46 | - |
| YUV | 140.81 | 109.49 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 108 | 0 | 0.44 | 0.47 | 0.2 | 4.38 | 0.48 | 0.61 |
| Hex | CC | 73 | 6C | 0 | 2C | 2F | 14 | 4 | 30 | 3D |
| Octal | 314 | 163 | 154 | 0 | 54 | 57 | 24 | 4 | 60 | 75 |
| Binary | 11001100 | 1110011 | 1101100 | 0 | 101100 | 101111 | 10100 | 100 | 110000 | 111101 |
Color Harmonies of #CC736C
Complementary color
Monochromatic Colors of #CC736C
Black with #CC736C
Text Example
Text Example
White with #CC736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC736C; }
p { color: rgb(204,115,108); }
H1.HeaderClassName
{
color: #CC736C;
}
.AnyTagClassName
{
color: #CC736C;
}
</style>
background-color css
<style>
a { background-color: #CC736C; }
a { background-color: rgb(204,115,108); }
div.DivClassName
{
background-color: #CC736C;
}
.BgClassName
{
background-color: #CC736C;
}
</style>
border-color css
<style>
span { border-color: #CC736C; }
span { border-color: rgb(204,115,108); }
td.TdClassName
{
border-color: #CC736C;
}
.TagClassName
{
border-color: #CC736C;
}
</style>