Shades of Cabaret #CF526F
Tints of Cabaret #CF526F
RGB
CMYK
RGB Variations
Color information
#CF526F (or 0xCF526F) is known color: Cabaret. HEX triplet: CF, 52 and 6F. RGB value is (207,82,111). Sum of RGB (Red+Green+Blue) = 207+82+111=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF526F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF526F is #30AD90. Grayscale: #7A7A7A. Windows color (decimal): -3190161 or 7295695. OLE color: 7295695.
HSL color Cylindrical-coordinate representation of color #CF526F: hue angle of 346.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF526F is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 82 | 111 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.19 |
| HSL | 346.08º | 0.57% | 0.57% | - |
| HSV(B) | 346.08º | 0.6% | 0.81% | - |
| XYZ | 31.62 | 20.45 | 17.32 | - |
| YUV | 122.68 | 121.41 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 111 | 0 | 0.60 | 0.46 | 0.19 | 346.08 | 0.57 | 0.57 |
| Hex | CF | 52 | 6F | 0 | 3C | 2E | 13 | 15A | 39 | 39 |
| Octal | 317 | 122 | 157 | 0 | 74 | 56 | 23 | 532 | 71 | 71 |
| Binary | 11001111 | 1010010 | 1101111 | 0 | 111100 | 101110 | 10011 | 101011010 | 111001 | 111001 |
Color Harmonies of #CF526F
Complementary color
Monochromatic Colors of #CF526F
Black with #CF526F
Text Example
Text Example
White with #CF526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF526F; }
p { color: rgb(207,82,111); }
H1.HeaderClassName
{
color: #CF526F;
}
.AnyTagClassName
{
color: #CF526F;
}
</style>
background-color css
<style>
a { background-color: #CF526F; }
a { background-color: rgb(207,82,111); }
div.DivClassName
{
background-color: #CF526F;
}
.BgClassName
{
background-color: #CF526F;
}
</style>
border-color css
<style>
span { border-color: #CF526F; }
span { border-color: rgb(207,82,111); }
td.TdClassName
{
border-color: #CF526F;
}
.TagClassName
{
border-color: #CF526F;
}
</style>