Shades of Contessa #CF7267
Tints of Contessa #CF7267
RGB
CMYK
RGB Variations
Color information
#CF7267 (or 0xCF7267) is known color: Contessa. HEX triplet: CF, 72 and 67. RGB value is (207,114,103). Sum of RGB (Red+Green+Blue) = 207+114+103=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 103 (40.62% from 255 or 24.29% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7267 is #308D98. Grayscale: #8C8C8C. Windows color (decimal): -3181977 or 6779599. OLE color: 6779599.
HSL color Cylindrical-coordinate representation of color #CF7267: hue angle of 6.35º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7267 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 103 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.19 |
| HSL | 6.35º | 0.52% | 0.61% | - |
| HSV(B) | 6.35º | 0.5% | 0.81% | - |
| XYZ | 34.2 | 26.28 | 16.1 | - |
| YUV | 140.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 103 | 0 | 0.45 | 0.50 | 0.19 | 6.35 | 0.52 | 0.61 |
| Hex | CF | 72 | 67 | 0 | 2D | 32 | 13 | 6 | 34 | 3D |
| Octal | 317 | 162 | 147 | 0 | 55 | 62 | 23 | 6 | 64 | 75 |
| Binary | 11001111 | 1110010 | 1100111 | 0 | 101101 | 110010 | 10011 | 110 | 110100 | 111101 |
Color Harmonies of #CF7267
Complementary color
Monochromatic Colors of #CF7267
Black with #CF7267
Text Example
Text Example
White with #CF7267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7267; }
p { color: rgb(207,114,103); }
H1.HeaderClassName
{
color: #CF7267;
}
.AnyTagClassName
{
color: #CF7267;
}
</style>
background-color css
<style>
a { background-color: #CF7267; }
a { background-color: rgb(207,114,103); }
div.DivClassName
{
background-color: #CF7267;
}
.BgClassName
{
background-color: #CF7267;
}
</style>
border-color css
<style>
span { border-color: #CF7267; }
span { border-color: rgb(207,114,103); }
td.TdClassName
{
border-color: #CF7267;
}
.TagClassName
{
border-color: #CF7267;
}
</style>