Shades of Cabaret #CF556C
Tints of Cabaret #CF556C
RGB
CMYK
RGB Variations
Color information
#CF556C (or 0xCF556C) is known color: Cabaret. HEX triplet: CF, 55 and 6C. RGB value is (207,85,108). Sum of RGB (Red+Green+Blue) = 207+85+108=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF556C is #30AA93. Grayscale: #7C7C7C. Windows color (decimal): -3189396 or 7099855. OLE color: 7099855.
HSL color Cylindrical-coordinate representation of color #CF556C: hue angle of 348.69º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF556C is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 108 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.19 |
| HSL | 348.69º | 0.56% | 0.57% | - |
| HSV(B) | 348.69º | 0.59% | 0.81% | - |
| XYZ | 31.69 | 20.85 | 16.54 | - |
| YUV | 124.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 108 | 0 | 0.59 | 0.48 | 0.19 | 348.69 | 0.56 | 0.57 |
| Hex | CF | 55 | 6C | 0 | 3B | 30 | 13 | 15D | 38 | 39 |
| Octal | 317 | 125 | 154 | 0 | 73 | 60 | 23 | 535 | 70 | 71 |
| Binary | 11001111 | 1010101 | 1101100 | 0 | 111011 | 110000 | 10011 | 101011101 | 111000 | 111001 |
Color Harmonies of #CF556C
Complementary color
Monochromatic Colors of #CF556C
Black with #CF556C
Text Example
Text Example
White with #CF556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF556C; }
p { color: rgb(207,85,108); }
H1.HeaderClassName
{
color: #CF556C;
}
.AnyTagClassName
{
color: #CF556C;
}
</style>
background-color css
<style>
a { background-color: #CF556C; }
a { background-color: rgb(207,85,108); }
div.DivClassName
{
background-color: #CF556C;
}
.BgClassName
{
background-color: #CF556C;
}
</style>
border-color css
<style>
span { border-color: #CF556C; }
span { border-color: rgb(207,85,108); }
td.TdClassName
{
border-color: #CF556C;
}
.TagClassName
{
border-color: #CF556C;
}
</style>