Shades of Contessa #CF7167
Tints of Contessa #CF7167
RGB
CMYK
RGB Variations
Color information
#CF7167 (or 0xCF7167) is known color: Contessa. HEX triplet: CF, 71 and 67. RGB value is (207,113,103). Sum of RGB (Red+Green+Blue) = 207+113+103=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 103 (40.62% from 255 or 24.35% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7167 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7167 is #308E98. Grayscale: #8C8C8C. Windows color (decimal): -3182233 or 6779343. OLE color: 6779343.
HSL color Cylindrical-coordinate representation of color #CF7167: hue angle of 5.77º 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 #CF7167 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 103 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.19 |
| HSL | 5.77º | 0.52% | 0.61% | - |
| HSV(B) | 5.77º | 0.5% | 0.81% | - |
| XYZ | 34.09 | 26.05 | 16.06 | - |
| YUV | 139.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 103 | 0 | 0.45 | 0.50 | 0.19 | 5.77 | 0.52 | 0.61 |
| Hex | CF | 71 | 67 | 0 | 2D | 32 | 13 | 6 | 34 | 3D |
| Octal | 317 | 161 | 147 | 0 | 55 | 62 | 23 | 6 | 64 | 75 |
| Binary | 11001111 | 1110001 | 1100111 | 0 | 101101 | 110010 | 10011 | 110 | 110100 | 111101 |
Color Harmonies of #CF7167
Complementary color
Monochromatic Colors of #CF7167
Black with #CF7167
Text Example
Text Example
White with #CF7167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7167; }
p { color: rgb(207,113,103); }
H1.HeaderClassName
{
color: #CF7167;
}
.AnyTagClassName
{
color: #CF7167;
}
</style>
background-color css
<style>
a { background-color: #CF7167; }
a { background-color: rgb(207,113,103); }
div.DivClassName
{
background-color: #CF7167;
}
.BgClassName
{
background-color: #CF7167;
}
</style>
border-color css
<style>
span { border-color: #CF7167; }
span { border-color: rgb(207,113,103); }
td.TdClassName
{
border-color: #CF7167;
}
.TagClassName
{
border-color: #CF7167;
}
</style>