Shades of Cabaret #CF4C6D
Tints of Cabaret #CF4C6D
RGB
CMYK
RGB Variations
Color information
#CF4C6D (or 0xCF4C6D) is known color: Cabaret. HEX triplet: CF, 4C and 6D. RGB value is (207,76,109). Sum of RGB (Red+Green+Blue) = 207+76+109=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4C6D is #30B392. Grayscale: #767676. Windows color (decimal): -3191699 or 7163087. OLE color: 7163087.
HSL color Cylindrical-coordinate representation of color #CF4C6D: hue angle of 344.89º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF4C6D is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 76 | 109 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.19 |
| HSL | 344.89º | 0.58% | 0.55% | - |
| HSV(B) | 344.89º | 0.63% | 0.81% | - |
| XYZ | 31.08 | 19.54 | 16.6 | - |
| YUV | 118.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 109 | 0 | 0.63 | 0.47 | 0.19 | 344.89 | 0.58 | 0.55 |
| Hex | CF | 4C | 6D | 0 | 3F | 2F | 13 | 159 | 3A | 37 |
| Octal | 317 | 114 | 155 | 0 | 77 | 57 | 23 | 531 | 72 | 67 |
| Binary | 11001111 | 1001100 | 1101101 | 0 | 111111 | 101111 | 10011 | 101011001 | 111010 | 110111 |
Color Harmonies of #CF4C6D
Complementary color
Monochromatic Colors of #CF4C6D
Black with #CF4C6D
Text Example
Text Example
White with #CF4C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4C6D; }
p { color: rgb(207,76,109); }
H1.HeaderClassName
{
color: #CF4C6D;
}
.AnyTagClassName
{
color: #CF4C6D;
}
</style>
background-color css
<style>
a { background-color: #CF4C6D; }
a { background-color: rgb(207,76,109); }
div.DivClassName
{
background-color: #CF4C6D;
}
.BgClassName
{
background-color: #CF4C6D;
}
</style>
border-color css
<style>
span { border-color: #CF4C6D; }
span { border-color: rgb(207,76,109); }
td.TdClassName
{
border-color: #CF4C6D;
}
.TagClassName
{
border-color: #CF4C6D;
}
</style>