Shades of Contessa #CF6F64
Tints of Contessa #CF6F64
RGB
CMYK
RGB Variations
Color information
#CF6F64 (or 0xCF6F64) is known color: Contessa. HEX triplet: CF, 6F and 64. RGB value is (207,111,100). Sum of RGB (Red+Green+Blue) = 207+111+100=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F64 is #30909B. Grayscale: #8A8A8A. Windows color (decimal): -3182748 or 6582223. OLE color: 6582223.
HSL color Cylindrical-coordinate representation of color #CF6F64: hue angle of 6.17º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6F64 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 100 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.19 |
| HSL | 6.17º | 0.53% | 0.6% | - |
| HSV(B) | 6.17º | 0.52% | 0.81% | - |
| XYZ | 33.72 | 25.55 | 15.21 | - |
| YUV | 138.45 | 106.3 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 100 | 0 | 0.46 | 0.52 | 0.19 | 6.17 | 0.53 | 0.6 |
| Hex | CF | 6F | 64 | 0 | 2E | 34 | 13 | 6 | 35 | 3C |
| Octal | 317 | 157 | 144 | 0 | 56 | 64 | 23 | 6 | 65 | 74 |
| Binary | 11001111 | 1101111 | 1100100 | 0 | 101110 | 110100 | 10011 | 110 | 110101 | 111100 |
Color Harmonies of #CF6F64
Complementary color
Monochromatic Colors of #CF6F64
Black with #CF6F64
Text Example
Text Example
White with #CF6F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F64; }
p { color: rgb(207,111,100); }
H1.HeaderClassName
{
color: #CF6F64;
}
.AnyTagClassName
{
color: #CF6F64;
}
</style>
background-color css
<style>
a { background-color: #CF6F64; }
a { background-color: rgb(207,111,100); }
div.DivClassName
{
background-color: #CF6F64;
}
.BgClassName
{
background-color: #CF6F64;
}
</style>
border-color css
<style>
span { border-color: #CF6F64; }
span { border-color: rgb(207,111,100); }
td.TdClassName
{
border-color: #CF6F64;
}
.TagClassName
{
border-color: #CF6F64;
}
</style>