Shades of Contessa #CF706C
Tints of Contessa #CF706C
RGB
CMYK
RGB Variations
Color information
#CF706C (or 0xCF706C) is known color: Contessa. HEX triplet: CF, 70 and 6C. RGB value is (207,112,108). Sum of RGB (Red+Green+Blue) = 207+112+108=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF706C is #308F93. Grayscale: #8C8C8C. Windows color (decimal): -3182484 or 7106767. OLE color: 7106767.
HSL color Cylindrical-coordinate representation of color #CF706C: hue angle of 2.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF706C is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 108 | - |
| CMYK | 0 | 0.46 | 0.48 | 0.19 |
| HSL | 2.42º | 0.51% | 0.62% | - |
| HSV(B) | 2.42º | 0.48% | 0.81% | - |
| XYZ | 34.23 | 25.94 | 17.39 | - |
| YUV | 139.95 | 109.97 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 108 | 0 | 0.46 | 0.48 | 0.19 | 2.42 | 0.51 | 0.62 |
| Hex | CF | 70 | 6C | 0 | 2E | 30 | 13 | 2 | 33 | 3E |
| Octal | 317 | 160 | 154 | 0 | 56 | 60 | 23 | 2 | 63 | 76 |
| Binary | 11001111 | 1110000 | 1101100 | 0 | 101110 | 110000 | 10011 | 10 | 110011 | 111110 |
Color Harmonies of #CF706C
Complementary color
Monochromatic Colors of #CF706C
Black with #CF706C
Text Example
Text Example
White with #CF706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF706C; }
p { color: rgb(207,112,108); }
H1.HeaderClassName
{
color: #CF706C;
}
.AnyTagClassName
{
color: #CF706C;
}
</style>
background-color css
<style>
a { background-color: #CF706C; }
a { background-color: rgb(207,112,108); }
div.DivClassName
{
background-color: #CF706C;
}
.BgClassName
{
background-color: #CF706C;
}
</style>
border-color css
<style>
span { border-color: #CF706C; }
span { border-color: rgb(207,112,108); }
td.TdClassName
{
border-color: #CF706C;
}
.TagClassName
{
border-color: #CF706C;
}
</style>