Shades of Contessa #CF7467
Tints of Contessa #CF7467
RGB
CMYK
RGB Variations
Color information
#CF7467 (or 0xCF7467) is known color: Contessa. HEX triplet: CF, 74 and 67. RGB value is (207,116,103). Sum of RGB (Red+Green+Blue) = 207+116+103=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 103 (40.62% from 255 or 24.18% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7467 is #308B98. Grayscale: #8D8D8D. Windows color (decimal): -3181465 or 6780111. OLE color: 6780111.
HSL color Cylindrical-coordinate representation of color #CF7467: hue angle of 7.5º 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 #CF7467 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 103 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.19 |
| HSL | 7.5º | 0.52% | 0.61% | - |
| HSV(B) | 7.5º | 0.5% | 0.81% | - |
| XYZ | 34.43 | 26.74 | 16.18 | - |
| YUV | 141.73 | 106.15 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 103 | 0 | 0.44 | 0.50 | 0.19 | 7.5 | 0.52 | 0.61 |
| Hex | CF | 74 | 67 | 0 | 2C | 32 | 13 | 8 | 34 | 3D |
| Octal | 317 | 164 | 147 | 0 | 54 | 62 | 23 | 10 | 64 | 75 |
| Binary | 11001111 | 1110100 | 1100111 | 0 | 101100 | 110010 | 10011 | 1000 | 110100 | 111101 |
Color Harmonies of #CF7467
Complementary color
Monochromatic Colors of #CF7467
Black with #CF7467
Text Example
Text Example
White with #CF7467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7467; }
p { color: rgb(207,116,103); }
H1.HeaderClassName
{
color: #CF7467;
}
.AnyTagClassName
{
color: #CF7467;
}
</style>
background-color css
<style>
a { background-color: #CF7467; }
a { background-color: rgb(207,116,103); }
div.DivClassName
{
background-color: #CF7467;
}
.BgClassName
{
background-color: #CF7467;
}
</style>
border-color css
<style>
span { border-color: #CF7467; }
span { border-color: rgb(207,116,103); }
td.TdClassName
{
border-color: #CF7467;
}
.TagClassName
{
border-color: #CF7467;
}
</style>