Shades of Contessa #CC7267
Tints of Contessa #CC7267
RGB
CMYK
RGB Variations
Color information
#CC7267 (or 0xCC7267) is known color: Contessa. HEX triplet: CC, 72 and 67. RGB value is (204,114,103). Sum of RGB (Red+Green+Blue) = 204+114+103=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7267 is #338D98. Grayscale: #8B8B8B. Windows color (decimal): -3378585 or 6779596. OLE color: 6779596.
HSL color Cylindrical-coordinate representation of color #CC7267: hue angle of 6.53º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC7267 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 114 | 103 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.2 |
| HSL | 6.53º | 0.5% | 0.6% | - |
| HSV(B) | 6.53º | 0.5% | 0.8% | - |
| XYZ | 33.37 | 25.85 | 16.06 | - |
| YUV | 139.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 114 | 103 | 0 | 0.44 | 0.50 | 0.2 | 6.53 | 0.5 | 0.6 |
| Hex | CC | 72 | 67 | 0 | 2C | 32 | 14 | 7 | 32 | 3C |
| Octal | 314 | 162 | 147 | 0 | 54 | 62 | 24 | 7 | 62 | 74 |
| Binary | 11001100 | 1110010 | 1100111 | 0 | 101100 | 110010 | 10100 | 111 | 110010 | 111100 |
Color Harmonies of #CC7267
Complementary color
Monochromatic Colors of #CC7267
Black with #CC7267
Text Example
Text Example
White with #CC7267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7267; }
p { color: rgb(204,114,103); }
H1.HeaderClassName
{
color: #CC7267;
}
.AnyTagClassName
{
color: #CC7267;
}
</style>
background-color css
<style>
a { background-color: #CC7267; }
a { background-color: rgb(204,114,103); }
div.DivClassName
{
background-color: #CC7267;
}
.BgClassName
{
background-color: #CC7267;
}
</style>
border-color css
<style>
span { border-color: #CC7267; }
span { border-color: rgb(204,114,103); }
td.TdClassName
{
border-color: #CC7267;
}
.TagClassName
{
border-color: #CC7267;
}
</style>