Shades of Cabaret #CF586D
Tints of Cabaret #CF586D
RGB
CMYK
RGB Variations
Color information
#CF586D (or 0xCF586D) is known color: Cabaret. HEX triplet: CF, 58 and 6D. RGB value is (207,88,109). Sum of RGB (Red+Green+Blue) = 207+88+109=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF586D is #30A792. Grayscale: #7E7E7E. Windows color (decimal): -3188627 or 7166159. OLE color: 7166159.
HSL color Cylindrical-coordinate representation of color #CF586D: hue angle of 349.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF586D is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 109 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.19 |
| HSL | 349.41º | 0.55% | 0.58% | - |
| HSV(B) | 349.41º | 0.57% | 0.81% | - |
| XYZ | 31.98 | 21.35 | 16.9 | - |
| YUV | 125.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 109 | 0 | 0.57 | 0.47 | 0.19 | 349.41 | 0.55 | 0.58 |
| Hex | CF | 58 | 6D | 0 | 39 | 2F | 13 | 15D | 37 | 3A |
| Octal | 317 | 130 | 155 | 0 | 71 | 57 | 23 | 535 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1101101 | 0 | 111001 | 101111 | 10011 | 101011101 | 110111 | 111010 |
Color Harmonies of #CF586D
Complementary color
Monochromatic Colors of #CF586D
Black with #CF586D
Text Example
Text Example
White with #CF586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF586D; }
p { color: rgb(207,88,109); }
H1.HeaderClassName
{
color: #CF586D;
}
.AnyTagClassName
{
color: #CF586D;
}
</style>
background-color css
<style>
a { background-color: #CF586D; }
a { background-color: rgb(207,88,109); }
div.DivClassName
{
background-color: #CF586D;
}
.BgClassName
{
background-color: #CF586D;
}
</style>
border-color css
<style>
span { border-color: #CF586D; }
span { border-color: rgb(207,88,109); }
td.TdClassName
{
border-color: #CF586D;
}
.TagClassName
{
border-color: #CF586D;
}
</style>