Shades of Contessa #CC6F69
Tints of Contessa #CC6F69
RGB
CMYK
RGB Variations
Color information
#CC6F69 (or 0xCC6F69) is known color: Contessa. HEX triplet: CC, 6F and 69. RGB value is (204,111,105). Sum of RGB (Red+Green+Blue) = 204+111+105=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6F69 is #339096. Grayscale: #8A8A8A. Windows color (decimal): -3379351 or 6909900. OLE color: 6909900.
HSL color Cylindrical-coordinate representation of color #CC6F69: hue angle of 3.64º 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 #CC6F69 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 111 | 105 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.2 |
| HSL | 3.64º | 0.49% | 0.61% | - |
| HSV(B) | 3.64º | 0.49% | 0.8% | - |
| XYZ | 33.14 | 25.23 | 16.49 | - |
| YUV | 138.12 | 109.31 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 111 | 105 | 0 | 0.46 | 0.49 | 0.2 | 3.64 | 0.49 | 0.61 |
| Hex | CC | 6F | 69 | 0 | 2E | 31 | 14 | 4 | 31 | 3D |
| Octal | 314 | 157 | 151 | 0 | 56 | 61 | 24 | 4 | 61 | 75 |
| Binary | 11001100 | 1101111 | 1101001 | 0 | 101110 | 110001 | 10100 | 100 | 110001 | 111101 |
Color Harmonies of #CC6F69
Complementary color
Monochromatic Colors of #CC6F69
Black with #CC6F69
Text Example
Text Example
White with #CC6F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6F69; }
p { color: rgb(204,111,105); }
H1.HeaderClassName
{
color: #CC6F69;
}
.AnyTagClassName
{
color: #CC6F69;
}
</style>
background-color css
<style>
a { background-color: #CC6F69; }
a { background-color: rgb(204,111,105); }
div.DivClassName
{
background-color: #CC6F69;
}
.BgClassName
{
background-color: #CC6F69;
}
</style>
border-color css
<style>
span { border-color: #CC6F69; }
span { border-color: rgb(204,111,105); }
td.TdClassName
{
border-color: #CC6F69;
}
.TagClassName
{
border-color: #CC6F69;
}
</style>