Shades of Contessa #CC6C67
Tints of Contessa #CC6C67
RGB
CMYK
RGB Variations
Color information
#CC6C67 (or 0xCC6C67) is known color: Contessa. HEX triplet: CC, 6C and 67. RGB value is (204,108,103). Sum of RGB (Red+Green+Blue) = 204+108+103=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6C67 is #339398. Grayscale: #888888. Windows color (decimal): -3380121 or 6778060. OLE color: 6778060.
HSL color Cylindrical-coordinate representation of color #CC6C67: hue angle of 2.97º 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 #CC6C67 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 108 | 103 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.2 |
| HSL | 2.97º | 0.5% | 0.6% | - |
| HSV(B) | 2.97º | 0.5% | 0.8% | - |
| XYZ | 32.71 | 24.54 | 15.84 | - |
| YUV | 136.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 108 | 103 | 0 | 0.47 | 0.50 | 0.2 | 2.97 | 0.5 | 0.6 |
| Hex | CC | 6C | 67 | 0 | 2F | 32 | 14 | 3 | 32 | 3C |
| Octal | 314 | 154 | 147 | 0 | 57 | 62 | 24 | 3 | 62 | 74 |
| Binary | 11001100 | 1101100 | 1100111 | 0 | 101111 | 110010 | 10100 | 11 | 110010 | 111100 |
Color Harmonies of #CC6C67
Complementary color
Monochromatic Colors of #CC6C67
Black with #CC6C67
Text Example
Text Example
White with #CC6C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6C67; }
p { color: rgb(204,108,103); }
H1.HeaderClassName
{
color: #CC6C67;
}
.AnyTagClassName
{
color: #CC6C67;
}
</style>
background-color css
<style>
a { background-color: #CC6C67; }
a { background-color: rgb(204,108,103); }
div.DivClassName
{
background-color: #CC6C67;
}
.BgClassName
{
background-color: #CC6C67;
}
</style>
border-color css
<style>
span { border-color: #CC6C67; }
span { border-color: rgb(204,108,103); }
td.TdClassName
{
border-color: #CC6C67;
}
.TagClassName
{
border-color: #CC6C67;
}
</style>