Shades of Cabaret #CF6272
Tints of Cabaret #CF6272
RGB
CMYK
RGB Variations
Color information
#CF6272 (or 0xCF6272) is known color: Cabaret. HEX triplet: CF, 62 and 72. RGB value is (207,98,114). Sum of RGB (Red+Green+Blue) = 207+98+114=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6272 is #309D8D. Grayscale: #848484. Windows color (decimal): -3186062 or 7496399. OLE color: 7496399.
HSL color Cylindrical-coordinate representation of color #CF6272: hue angle of 351.19º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6272 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 114 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.19 |
| HSL | 351.19º | 0.53% | 0.6% | - |
| HSV(B) | 351.19º | 0.53% | 0.81% | - |
| XYZ | 33.14 | 23.22 | 18.65 | - |
| YUV | 132.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 114 | 0 | 0.53 | 0.45 | 0.19 | 351.19 | 0.53 | 0.6 |
| Hex | CF | 62 | 72 | 0 | 35 | 2D | 13 | 15F | 35 | 3C |
| Octal | 317 | 142 | 162 | 0 | 65 | 55 | 23 | 537 | 65 | 74 |
| Binary | 11001111 | 1100010 | 1110010 | 0 | 110101 | 101101 | 10011 | 101011111 | 110101 | 111100 |
Color Harmonies of #CF6272
Complementary color
Monochromatic Colors of #CF6272
Black with #CF6272
Text Example
Text Example
White with #CF6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6272; }
p { color: rgb(207,98,114); }
H1.HeaderClassName
{
color: #CF6272;
}
.AnyTagClassName
{
color: #CF6272;
}
</style>
background-color css
<style>
a { background-color: #CF6272; }
a { background-color: rgb(207,98,114); }
div.DivClassName
{
background-color: #CF6272;
}
.BgClassName
{
background-color: #CF6272;
}
</style>
border-color css
<style>
span { border-color: #CF6272; }
span { border-color: rgb(207,98,114); }
td.TdClassName
{
border-color: #CF6272;
}
.TagClassName
{
border-color: #CF6272;
}
</style>