Shades of Contessa #CC6F65
Tints of Contessa #CC6F65
RGB
CMYK
RGB Variations
Color information
#CC6F65 (or 0xCC6F65) is known color: Contessa. HEX triplet: CC, 6F and 65. RGB value is (204,111,101). Sum of RGB (Red+Green+Blue) = 204+111+101=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F65 is #33909A. Grayscale: #898989. Windows color (decimal): -3379355 or 6647756. OLE color: 6647756.
HSL color Cylindrical-coordinate representation of color #CC6F65: hue angle of 5.83º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6F65 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 101 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.2 |
| HSL | 5.83º | 0.5% | 0.6% | - |
| HSV(B) | 5.83º | 0.5% | 0.8% | - |
| XYZ | 32.94 | 25.15 | 15.43 | - |
| YUV | 137.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 101 | 0 | 0.46 | 0.50 | 0.2 | 5.83 | 0.5 | 0.6 |
| Hex | CC | 6F | 65 | 0 | 2E | 32 | 14 | 6 | 32 | 3C |
| Octal | 314 | 157 | 145 | 0 | 56 | 62 | 24 | 6 | 62 | 74 |
| Binary | 11001100 | 1101111 | 1100101 | 0 | 101110 | 110010 | 10100 | 110 | 110010 | 111100 |
Color Harmonies of #CC6F65
Complementary color
Monochromatic Colors of #CC6F65
Black with #CC6F65
Text Example
Text Example
White with #CC6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F65; }
p { color: rgb(204,111,101); }
H1.HeaderClassName
{
color: #CC6F65;
}
.AnyTagClassName
{
color: #CC6F65;
}
</style>
background-color css
<style>
a { background-color: #CC6F65; }
a { background-color: rgb(204,111,101); }
div.DivClassName
{
background-color: #CC6F65;
}
.BgClassName
{
background-color: #CC6F65;
}
</style>
border-color css
<style>
span { border-color: #CC6F65; }
span { border-color: rgb(204,111,101); }
td.TdClassName
{
border-color: #CC6F65;
}
.TagClassName
{
border-color: #CC6F65;
}
</style>