Shades of Contessa #CF6F6A
Tints of Contessa #CF6F6A
RGB
CMYK
RGB Variations
Color information
#CF6F6A (or 0xCF6F6A) is known color: Contessa. HEX triplet: CF, 6F and 6A. RGB value is (207,111,106). Sum of RGB (Red+Green+Blue) = 207+111+106=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F6A is #309095. Grayscale: #8B8B8B. Windows color (decimal): -3182742 or 6975439. OLE color: 6975439.
HSL color Cylindrical-coordinate representation of color #CF6F6A: hue angle of 2.97º degrees, saturation: 0.51, 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 #CF6F6A is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 106 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.19 |
| HSL | 2.97º | 0.51% | 0.61% | - |
| HSV(B) | 2.97º | 0.49% | 0.81% | - |
| XYZ | 34.02 | 25.67 | 16.8 | - |
| YUV | 139.13 | 109.3 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 106 | 0 | 0.46 | 0.49 | 0.19 | 2.97 | 0.51 | 0.61 |
| Hex | CF | 6F | 6A | 0 | 2E | 31 | 13 | 3 | 33 | 3D |
| Octal | 317 | 157 | 152 | 0 | 56 | 61 | 23 | 3 | 63 | 75 |
| Binary | 11001111 | 1101111 | 1101010 | 0 | 101110 | 110001 | 10011 | 11 | 110011 | 111101 |
Color Harmonies of #CF6F6A
Complementary color
Monochromatic Colors of #CF6F6A
Black with #CF6F6A
Text Example
Text Example
White with #CF6F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F6A; }
p { color: rgb(207,111,106); }
H1.HeaderClassName
{
color: #CF6F6A;
}
.AnyTagClassName
{
color: #CF6F6A;
}
</style>
background-color css
<style>
a { background-color: #CF6F6A; }
a { background-color: rgb(207,111,106); }
div.DivClassName
{
background-color: #CF6F6A;
}
.BgClassName
{
background-color: #CF6F6A;
}
</style>
border-color css
<style>
span { border-color: #CF6F6A; }
span { border-color: rgb(207,111,106); }
td.TdClassName
{
border-color: #CF6F6A;
}
.TagClassName
{
border-color: #CF6F6A;
}
</style>