Shades of Contessa #CC6963
Tints of Contessa #CC6963
RGB
CMYK
RGB Variations
Color information
#CC6963 (or 0xCC6963) is known color: Contessa. HEX triplet: CC, 69 and 63. RGB value is (204,105,99). Sum of RGB (Red+Green+Blue) = 204+105+99=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 99 (39.06% from 255 or 24.26% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6963 is #33969C. Grayscale: #868686. Windows color (decimal): -3380893 or 6515148. OLE color: 6515148.
HSL color Cylindrical-coordinate representation of color #CC6963: hue angle of 3.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6963 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 105 | 99 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.2 |
| HSL | 3.43º | 0.51% | 0.59% | - |
| HSV(B) | 3.43º | 0.51% | 0.8% | - |
| XYZ | 32.21 | 23.84 | 14.71 | - |
| YUV | 133.92 | 108.3 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 105 | 99 | 0 | 0.49 | 0.51 | 0.2 | 3.43 | 0.51 | 0.59 |
| Hex | CC | 69 | 63 | 0 | 31 | 33 | 14 | 3 | 33 | 3B |
| Octal | 314 | 151 | 143 | 0 | 61 | 63 | 24 | 3 | 63 | 73 |
| Binary | 11001100 | 1101001 | 1100011 | 0 | 110001 | 110011 | 10100 | 11 | 110011 | 111011 |
Color Harmonies of #CC6963
Complementary color
Monochromatic Colors of #CC6963
Black with #CC6963
Text Example
Text Example
White with #CC6963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6963; }
p { color: rgb(204,105,99); }
H1.HeaderClassName
{
color: #CC6963;
}
.AnyTagClassName
{
color: #CC6963;
}
</style>
background-color css
<style>
a { background-color: #CC6963; }
a { background-color: rgb(204,105,99); }
div.DivClassName
{
background-color: #CC6963;
}
.BgClassName
{
background-color: #CC6963;
}
</style>
border-color css
<style>
span { border-color: #CC6963; }
span { border-color: rgb(204,105,99); }
td.TdClassName
{
border-color: #CC6963;
}
.TagClassName
{
border-color: #CC6963;
}
</style>