Shades of Contessa #CF7268
Tints of Contessa #CF7268
RGB
CMYK
RGB Variations
Color information
#CF7268 (or 0xCF7268) is known color: Contessa. HEX triplet: CF, 72 and 68. RGB value is (207,114,104). Sum of RGB (Red+Green+Blue) = 207+114+104=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7268 is #308D97. Grayscale: #8C8C8C. Windows color (decimal): -3181976 or 6845135. OLE color: 6845135.
HSL color Cylindrical-coordinate representation of color #CF7268: hue angle of 5.83º 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 #CF7268 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 104 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.19 |
| HSL | 5.83º | 0.52% | 0.61% | - |
| HSV(B) | 5.83º | 0.5% | 0.81% | - |
| XYZ | 34.25 | 26.3 | 16.37 | - |
| YUV | 140.67 | 107.31 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 104 | 0 | 0.45 | 0.50 | 0.19 | 5.83 | 0.52 | 0.61 |
| Hex | CF | 72 | 68 | 0 | 2D | 32 | 13 | 6 | 34 | 3D |
| Octal | 317 | 162 | 150 | 0 | 55 | 62 | 23 | 6 | 64 | 75 |
| Binary | 11001111 | 1110010 | 1101000 | 0 | 101101 | 110010 | 10011 | 110 | 110100 | 111101 |
Color Harmonies of #CF7268
Complementary color
Monochromatic Colors of #CF7268
Black with #CF7268
Text Example
Text Example
White with #CF7268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7268; }
p { color: rgb(207,114,104); }
H1.HeaderClassName
{
color: #CF7268;
}
.AnyTagClassName
{
color: #CF7268;
}
</style>
background-color css
<style>
a { background-color: #CF7268; }
a { background-color: rgb(207,114,104); }
div.DivClassName
{
background-color: #CF7268;
}
.BgClassName
{
background-color: #CF7268;
}
</style>
border-color css
<style>
span { border-color: #CF7268; }
span { border-color: rgb(207,114,104); }
td.TdClassName
{
border-color: #CF7268;
}
.TagClassName
{
border-color: #CF7268;
}
</style>