Shades of Contessa #CF6F67
Tints of Contessa #CF6F67
RGB
CMYK
RGB Variations
Color information
#CF6F67 (or 0xCF6F67) is known color: Contessa. HEX triplet: CF, 6F and 67. RGB value is (207,111,103). Sum of RGB (Red+Green+Blue) = 207+111+103=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F67 is #309098. Grayscale: #8A8A8A. Windows color (decimal): -3182745 or 6778831. OLE color: 6778831.
HSL color Cylindrical-coordinate representation of color #CF6F67: hue angle of 4.62º 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 #CF6F67 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 103 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.19 |
| HSL | 4.62º | 0.52% | 0.61% | - |
| HSV(B) | 4.62º | 0.5% | 0.81% | - |
| XYZ | 33.86 | 25.61 | 15.99 | - |
| YUV | 138.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 103 | 0 | 0.46 | 0.50 | 0.19 | 4.62 | 0.52 | 0.61 |
| Hex | CF | 6F | 67 | 0 | 2E | 32 | 13 | 5 | 34 | 3D |
| Octal | 317 | 157 | 147 | 0 | 56 | 62 | 23 | 5 | 64 | 75 |
| Binary | 11001111 | 1101111 | 1100111 | 0 | 101110 | 110010 | 10011 | 101 | 110100 | 111101 |
Color Harmonies of #CF6F67
Complementary color
Monochromatic Colors of #CF6F67
Black with #CF6F67
Text Example
Text Example
White with #CF6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F67; }
p { color: rgb(207,111,103); }
H1.HeaderClassName
{
color: #CF6F67;
}
.AnyTagClassName
{
color: #CF6F67;
}
</style>
background-color css
<style>
a { background-color: #CF6F67; }
a { background-color: rgb(207,111,103); }
div.DivClassName
{
background-color: #CF6F67;
}
.BgClassName
{
background-color: #CF6F67;
}
</style>
border-color css
<style>
span { border-color: #CF6F67; }
span { border-color: rgb(207,111,103); }
td.TdClassName
{
border-color: #CF6F67;
}
.TagClassName
{
border-color: #CF6F67;
}
</style>