Shades of Cabaret #CF586B
Tints of Cabaret #CF586B
RGB
CMYK
RGB Variations
Color information
#CF586B (or 0xCF586B) is known color: Cabaret. HEX triplet: CF, 58 and 6B. RGB value is (207,88,107). Sum of RGB (Red+Green+Blue) = 207+88+107=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF586B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF586B is #30A794. Grayscale: #7D7D7D. Windows color (decimal): -3188629 or 7035087. OLE color: 7035087.
HSL color Cylindrical-coordinate representation of color #CF586B: hue angle of 350.42º 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 #CF586B is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 107 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.19 |
| HSL | 350.42º | 0.55% | 0.58% | - |
| HSV(B) | 350.42º | 0.57% | 0.81% | - |
| XYZ | 31.88 | 21.31 | 16.34 | - |
| YUV | 125.75 | 117.42 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 107 | 0 | 0.57 | 0.48 | 0.19 | 350.42 | 0.55 | 0.58 |
| Hex | CF | 58 | 6B | 0 | 39 | 30 | 13 | 15E | 37 | 3A |
| Octal | 317 | 130 | 153 | 0 | 71 | 60 | 23 | 536 | 67 | 72 |
| Binary | 11001111 | 1011000 | 1101011 | 0 | 111001 | 110000 | 10011 | 101011110 | 110111 | 111010 |
Color Harmonies of #CF586B
Complementary color
Monochromatic Colors of #CF586B
Black with #CF586B
Text Example
Text Example
White with #CF586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF586B; }
p { color: rgb(207,88,107); }
H1.HeaderClassName
{
color: #CF586B;
}
.AnyTagClassName
{
color: #CF586B;
}
</style>
background-color css
<style>
a { background-color: #CF586B; }
a { background-color: rgb(207,88,107); }
div.DivClassName
{
background-color: #CF586B;
}
.BgClassName
{
background-color: #CF586B;
}
</style>
border-color css
<style>
span { border-color: #CF586B; }
span { border-color: rgb(207,88,107); }
td.TdClassName
{
border-color: #CF586B;
}
.TagClassName
{
border-color: #CF586B;
}
</style>