Shades of Contessa #CF7369
Tints of Contessa #CF7369
RGB
CMYK
RGB Variations
Color information
#CF7369 (or 0xCF7369) is known color: Contessa. HEX triplet: CF, 73 and 69. RGB value is (207,115,105). Sum of RGB (Red+Green+Blue) = 207+115+105=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7369 is #308C96. Grayscale: #8D8D8D. Windows color (decimal): -3181719 or 6910927. OLE color: 6910927.
HSL color Cylindrical-coordinate representation of color #CF7369: hue angle of 5.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF7369 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 105 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.19 |
| HSL | 5.88º | 0.52% | 0.61% | - |
| HSV(B) | 5.88º | 0.49% | 0.81% | - |
| XYZ | 34.41 | 26.55 | 16.67 | - |
| YUV | 141.37 | 107.48 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 105 | 0 | 0.44 | 0.49 | 0.19 | 5.88 | 0.52 | 0.61 |
| Hex | CF | 73 | 69 | 0 | 2C | 31 | 13 | 6 | 34 | 3D |
| Octal | 317 | 163 | 151 | 0 | 54 | 61 | 23 | 6 | 64 | 75 |
| Binary | 11001111 | 1110011 | 1101001 | 0 | 101100 | 110001 | 10011 | 110 | 110100 | 111101 |
Color Harmonies of #CF7369
Complementary color
Monochromatic Colors of #CF7369
Black with #CF7369
Text Example
Text Example
White with #CF7369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7369; }
p { color: rgb(207,115,105); }
H1.HeaderClassName
{
color: #CF7369;
}
.AnyTagClassName
{
color: #CF7369;
}
</style>
background-color css
<style>
a { background-color: #CF7369; }
a { background-color: rgb(207,115,105); }
div.DivClassName
{
background-color: #CF7369;
}
.BgClassName
{
background-color: #CF7369;
}
</style>
border-color css
<style>
span { border-color: #CF7369; }
span { border-color: rgb(207,115,105); }
td.TdClassName
{
border-color: #CF7369;
}
.TagClassName
{
border-color: #CF7369;
}
</style>