Shades of Contessa #CC6F68
Tints of Contessa #CC6F68
RGB
CMYK
RGB Variations
Color information
#CC6F68 (or 0xCC6F68) is known color: Contessa. HEX triplet: CC, 6F and 68. RGB value is (204,111,104). Sum of RGB (Red+Green+Blue) = 204+111+104=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F68 is #339097. Grayscale: #8A8A8A. Windows color (decimal): -3379352 or 6844364. OLE color: 6844364.
HSL color Cylindrical-coordinate representation of color #CC6F68: hue angle of 4.2º 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 #CC6F68 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 104 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.2 |
| HSL | 4.2º | 0.5% | 0.6% | - |
| HSV(B) | 4.2º | 0.49% | 0.8% | - |
| XYZ | 33.08 | 25.21 | 16.22 | - |
| YUV | 138.01 | 108.81 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 104 | 0 | 0.46 | 0.49 | 0.2 | 4.2 | 0.5 | 0.6 |
| Hex | CC | 6F | 68 | 0 | 2E | 31 | 14 | 4 | 32 | 3C |
| Octal | 314 | 157 | 150 | 0 | 56 | 61 | 24 | 4 | 62 | 74 |
| Binary | 11001100 | 1101111 | 1101000 | 0 | 101110 | 110001 | 10100 | 100 | 110010 | 111100 |
Color Harmonies of #CC6F68
Complementary color
Monochromatic Colors of #CC6F68
Black with #CC6F68
Text Example
Text Example
White with #CC6F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F68; }
p { color: rgb(204,111,104); }
H1.HeaderClassName
{
color: #CC6F68;
}
.AnyTagClassName
{
color: #CC6F68;
}
</style>
background-color css
<style>
a { background-color: #CC6F68; }
a { background-color: rgb(204,111,104); }
div.DivClassName
{
background-color: #CC6F68;
}
.BgClassName
{
background-color: #CC6F68;
}
</style>
border-color css
<style>
span { border-color: #CC6F68; }
span { border-color: rgb(204,111,104); }
td.TdClassName
{
border-color: #CC6F68;
}
.TagClassName
{
border-color: #CC6F68;
}
</style>