Shades of Contessa #CC6D68
Tints of Contessa #CC6D68
RGB
CMYK
RGB Variations
Color information
#CC6D68 (or 0xCC6D68) is known color: Contessa. HEX triplet: CC, 6D and 68. RGB value is (204,109,104). Sum of RGB (Red+Green+Blue) = 204+109+104=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6D68 is #339297. Grayscale: #888888. Windows color (decimal): -3379864 or 6843852. OLE color: 6843852.
HSL color Cylindrical-coordinate representation of color #CC6D68: hue angle of 3º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6D68 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 109 | 104 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.2 |
| HSL | 3º | 0.5% | 0.6% | - |
| HSV(B) | 3º | 0.49% | 0.8% | - |
| XYZ | 32.87 | 24.77 | 16.15 | - |
| YUV | 136.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 109 | 104 | 0 | 0.47 | 0.49 | 0.2 | 3 | 0.5 | 0.6 |
| Hex | CC | 6D | 68 | 0 | 2F | 31 | 14 | 3 | 32 | 3C |
| Octal | 314 | 155 | 150 | 0 | 57 | 61 | 24 | 3 | 62 | 74 |
| Binary | 11001100 | 1101101 | 1101000 | 0 | 101111 | 110001 | 10100 | 11 | 110010 | 111100 |
Color Harmonies of #CC6D68
Complementary color
Monochromatic Colors of #CC6D68
Black with #CC6D68
Text Example
Text Example
White with #CC6D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6D68; }
p { color: rgb(204,109,104); }
H1.HeaderClassName
{
color: #CC6D68;
}
.AnyTagClassName
{
color: #CC6D68;
}
</style>
background-color css
<style>
a { background-color: #CC6D68; }
a { background-color: rgb(204,109,104); }
div.DivClassName
{
background-color: #CC6D68;
}
.BgClassName
{
background-color: #CC6D68;
}
</style>
border-color css
<style>
span { border-color: #CC6D68; }
span { border-color: rgb(204,109,104); }
td.TdClassName
{
border-color: #CC6D68;
}
.TagClassName
{
border-color: #CC6D68;
}
</style>