Shades of Contessa #CC766B
Tints of Contessa #CC766B
RGB
CMYK
RGB Variations
Color information
#CC766B (or 0xCC766B) is known color: Contessa. HEX triplet: CC, 76 and 6B. RGB value is (204,118,107). Sum of RGB (Red+Green+Blue) = 204+118+107=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC766B is #338994. Grayscale: #8E8E8E. Windows color (decimal): -3377557 or 7042764. OLE color: 7042764.
HSL color Cylindrical-coordinate representation of color #CC766B: hue angle of 6.8º 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 #CC766B is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 118 | 107 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.2 |
| HSL | 6.8º | 0.49% | 0.61% | - |
| HSV(B) | 6.8º | 0.48% | 0.8% | - |
| XYZ | 34.03 | 26.86 | 17.3 | - |
| YUV | 142.46 | 107.99 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 118 | 107 | 0 | 0.42 | 0.48 | 0.2 | 6.8 | 0.49 | 0.61 |
| Hex | CC | 76 | 6B | 0 | 2A | 30 | 14 | 7 | 31 | 3D |
| Octal | 314 | 166 | 153 | 0 | 52 | 60 | 24 | 7 | 61 | 75 |
| Binary | 11001100 | 1110110 | 1101011 | 0 | 101010 | 110000 | 10100 | 111 | 110001 | 111101 |
Color Harmonies of #CC766B
Complementary color
Monochromatic Colors of #CC766B
Black with #CC766B
Text Example
Text Example
White with #CC766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC766B; }
p { color: rgb(204,118,107); }
H1.HeaderClassName
{
color: #CC766B;
}
.AnyTagClassName
{
color: #CC766B;
}
</style>
background-color css
<style>
a { background-color: #CC766B; }
a { background-color: rgb(204,118,107); }
div.DivClassName
{
background-color: #CC766B;
}
.BgClassName
{
background-color: #CC766B;
}
</style>
border-color css
<style>
span { border-color: #CC766B; }
span { border-color: rgb(204,118,107); }
td.TdClassName
{
border-color: #CC766B;
}
.TagClassName
{
border-color: #CC766B;
}
</style>