Shades of Contessa #CF7367
Tints of Contessa #CF7367
RGB
CMYK
RGB Variations
Color information
#CF7367 (or 0xCF7367) is known color: Contessa. HEX triplet: CF, 73 and 67. RGB value is (207,115,103). Sum of RGB (Red+Green+Blue) = 207+115+103=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7367 is #308C98. Grayscale: #8D8D8D. Windows color (decimal): -3181721 or 6779855. OLE color: 6779855.
HSL color Cylindrical-coordinate representation of color #CF7367: hue angle of 6.92º 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 #CF7367 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 103 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.19 |
| HSL | 6.92º | 0.52% | 0.61% | - |
| HSV(B) | 6.92º | 0.5% | 0.81% | - |
| XYZ | 34.31 | 26.51 | 16.14 | - |
| YUV | 141.14 | 106.48 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 103 | 0 | 0.44 | 0.50 | 0.19 | 6.92 | 0.52 | 0.61 |
| Hex | CF | 73 | 67 | 0 | 2C | 32 | 13 | 7 | 34 | 3D |
| Octal | 317 | 163 | 147 | 0 | 54 | 62 | 23 | 7 | 64 | 75 |
| Binary | 11001111 | 1110011 | 1100111 | 0 | 101100 | 110010 | 10011 | 111 | 110100 | 111101 |
Color Harmonies of #CF7367
Complementary color
Monochromatic Colors of #CF7367
Black with #CF7367
Text Example
Text Example
White with #CF7367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7367; }
p { color: rgb(207,115,103); }
H1.HeaderClassName
{
color: #CF7367;
}
.AnyTagClassName
{
color: #CF7367;
}
</style>
background-color css
<style>
a { background-color: #CF7367; }
a { background-color: rgb(207,115,103); }
div.DivClassName
{
background-color: #CF7367;
}
.BgClassName
{
background-color: #CF7367;
}
</style>
border-color css
<style>
span { border-color: #CF7367; }
span { border-color: rgb(207,115,103); }
td.TdClassName
{
border-color: #CF7367;
}
.TagClassName
{
border-color: #CF7367;
}
</style>