Shades of Contessa #CC7569
Tints of Contessa #CC7569
RGB
CMYK
RGB Variations
Color information
#CC7569 (or 0xCC7569) is known color: Contessa. HEX triplet: CC, 75 and 69. RGB value is (204,117,105). Sum of RGB (Red+Green+Blue) = 204+117+105=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7569 is #338A96. Grayscale: #8D8D8D. Windows color (decimal): -3377815 or 6911436. OLE color: 6911436.
HSL color Cylindrical-coordinate representation of color #CC7569: hue angle of 7.27º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC7569 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 117 | 105 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.2 |
| HSL | 7.27º | 0.49% | 0.61% | - |
| HSV(B) | 7.27º | 0.49% | 0.8% | - |
| XYZ | 33.81 | 26.58 | 16.71 | - |
| YUV | 141.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 105 | 0 | 0.43 | 0.49 | 0.2 | 7.27 | 0.49 | 0.61 |
| Hex | CC | 75 | 69 | 0 | 2B | 31 | 14 | 7 | 31 | 3D |
| Octal | 314 | 165 | 151 | 0 | 53 | 61 | 24 | 7 | 61 | 75 |
| Binary | 11001100 | 1110101 | 1101001 | 0 | 101011 | 110001 | 10100 | 111 | 110001 | 111101 |
Color Harmonies of #CC7569
Complementary color
Monochromatic Colors of #CC7569
Black with #CC7569
Text Example
Text Example
White with #CC7569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7569; }
p { color: rgb(204,117,105); }
H1.HeaderClassName
{
color: #CC7569;
}
.AnyTagClassName
{
color: #CC7569;
}
</style>
background-color css
<style>
a { background-color: #CC7569; }
a { background-color: rgb(204,117,105); }
div.DivClassName
{
background-color: #CC7569;
}
.BgClassName
{
background-color: #CC7569;
}
</style>
border-color css
<style>
span { border-color: #CC7569; }
span { border-color: rgb(204,117,105); }
td.TdClassName
{
border-color: #CC7569;
}
.TagClassName
{
border-color: #CC7569;
}
</style>