Shades of Contessa #CC7A6B
Tints of Contessa #CC7A6B
RGB
CMYK
RGB Variations
Color information
#CC7A6B (or 0xCC7A6B) is known color: Contessa. HEX triplet: CC, 7A and 6B. RGB value is (204,122,107). Sum of RGB (Red+Green+Blue) = 204+122+107=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A6B is #338594. Grayscale: #909090. Windows color (decimal): -3376533 or 7043788. OLE color: 7043788.
HSL color Cylindrical-coordinate representation of color #CC7A6B: hue angle of 9.28º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC7A6B is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 122 | 107 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.2 |
| HSL | 9.28º | 0.49% | 0.61% | - |
| HSV(B) | 9.28º | 0.48% | 0.8% | - |
| XYZ | 34.52 | 27.82 | 17.46 | - |
| YUV | 144.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 107 | 0 | 0.40 | 0.48 | 0.2 | 9.28 | 0.49 | 0.61 |
| Hex | CC | 7A | 6B | 0 | 28 | 30 | 14 | 9 | 31 | 3D |
| Octal | 314 | 172 | 153 | 0 | 50 | 60 | 24 | 11 | 61 | 75 |
| Binary | 11001100 | 1111010 | 1101011 | 0 | 101000 | 110000 | 10100 | 1001 | 110001 | 111101 |
Color Harmonies of #CC7A6B
Complementary color
Monochromatic Colors of #CC7A6B
Black with #CC7A6B
Text Example
Text Example
White with #CC7A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7A6B; }
p { color: rgb(204,122,107); }
H1.HeaderClassName
{
color: #CC7A6B;
}
.AnyTagClassName
{
color: #CC7A6B;
}
</style>
background-color css
<style>
a { background-color: #CC7A6B; }
a { background-color: rgb(204,122,107); }
div.DivClassName
{
background-color: #CC7A6B;
}
.BgClassName
{
background-color: #CC7A6B;
}
</style>
border-color css
<style>
span { border-color: #CC7A6B; }
span { border-color: rgb(204,122,107); }
td.TdClassName
{
border-color: #CC7A6B;
}
.TagClassName
{
border-color: #CC7A6B;
}
</style>