Shades of Cabaret #CF536B
Tints of Cabaret #CF536B
RGB
CMYK
RGB Variations
Color information
#CF536B (or 0xCF536B) is known color: Cabaret. HEX triplet: CF, 53 and 6B. RGB value is (207,83,107). Sum of RGB (Red+Green+Blue) = 207+83+107=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF536B is #30AC94. Grayscale: #7A7A7A. Windows color (decimal): -3189909 or 7033807. OLE color: 7033807.
HSL color Cylindrical-coordinate representation of color #CF536B: hue angle of 348.39º degrees, saturation: 0.56, 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 #CF536B is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 83 | 107 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.19 |
| HSL | 348.39º | 0.56% | 0.57% | - |
| HSV(B) | 348.39º | 0.6% | 0.81% | - |
| XYZ | 31.48 | 20.51 | 16.21 | - |
| YUV | 122.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 107 | 0 | 0.60 | 0.48 | 0.19 | 348.39 | 0.56 | 0.57 |
| Hex | CF | 53 | 6B | 0 | 3C | 30 | 13 | 15C | 38 | 39 |
| Octal | 317 | 123 | 153 | 0 | 74 | 60 | 23 | 534 | 70 | 71 |
| Binary | 11001111 | 1010011 | 1101011 | 0 | 111100 | 110000 | 10011 | 101011100 | 111000 | 111001 |
Color Harmonies of #CF536B
Complementary color
Monochromatic Colors of #CF536B
Black with #CF536B
Text Example
Text Example
White with #CF536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF536B; }
p { color: rgb(207,83,107); }
H1.HeaderClassName
{
color: #CF536B;
}
.AnyTagClassName
{
color: #CF536B;
}
</style>
background-color css
<style>
a { background-color: #CF536B; }
a { background-color: rgb(207,83,107); }
div.DivClassName
{
background-color: #CF536B;
}
.BgClassName
{
background-color: #CF536B;
}
</style>
border-color css
<style>
span { border-color: #CF536B; }
span { border-color: rgb(207,83,107); }
td.TdClassName
{
border-color: #CF536B;
}
.TagClassName
{
border-color: #CF536B;
}
</style>