Shades of Contessa #CC6A69
Tints of Contessa #CC6A69
RGB
CMYK
RGB Variations
Color information
#CC6A69 (or 0xCC6A69) is known color: Contessa. HEX triplet: CC, 6A and 69. RGB value is (204,106,105). Sum of RGB (Red+Green+Blue) = 204+106+105=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 106 (41.80% from 255 or 25.54% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6A69 is #339596. Grayscale: #878787. Windows color (decimal): -3380631 or 6908620. OLE color: 6908620.
HSL color Cylindrical-coordinate representation of color #CC6A69: hue angle of 0.61º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC6A69 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 105 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.2 |
| HSL | 0.61º | 0.49% | 0.61% | - |
| HSV(B) | 0.61º | 0.49% | 0.8% | - |
| XYZ | 32.61 | 24.17 | 16.31 | - |
| YUV | 135.19 | 110.97 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 105 | 0 | 0.48 | 0.49 | 0.2 | 0.61 | 0.49 | 0.61 |
| Hex | CC | 6A | 69 | 0 | 30 | 31 | 14 | 1 | 31 | 3D |
| Octal | 314 | 152 | 151 | 0 | 60 | 61 | 24 | 1 | 61 | 75 |
| Binary | 11001100 | 1101010 | 1101001 | 0 | 110000 | 110001 | 10100 | 1 | 110001 | 111101 |
Color Harmonies of #CC6A69
Complementary color
Monochromatic Colors of #CC6A69
Black with #CC6A69
Text Example
Text Example
White with #CC6A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A69; }
p { color: rgb(204,106,105); }
H1.HeaderClassName
{
color: #CC6A69;
}
.AnyTagClassName
{
color: #CC6A69;
}
</style>
background-color css
<style>
a { background-color: #CC6A69; }
a { background-color: rgb(204,106,105); }
div.DivClassName
{
background-color: #CC6A69;
}
.BgClassName
{
background-color: #CC6A69;
}
</style>
border-color css
<style>
span { border-color: #CC6A69; }
span { border-color: rgb(204,106,105); }
td.TdClassName
{
border-color: #CC6A69;
}
.TagClassName
{
border-color: #CC6A69;
}
</style>