Shades of Cabaret #CF486B
Tints of Cabaret #CF486B
RGB
CMYK
RGB Variations
Color information
#CF486B (or 0xCF486B) is known color: Cabaret. HEX triplet: CF, 48 and 6B. RGB value is (207,72,107). Sum of RGB (Red+Green+Blue) = 207+72+107=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF486B is #30B794. Grayscale: #747474. Windows color (decimal): -3192725 or 7030991. OLE color: 7030991.
HSL color Cylindrical-coordinate representation of color #CF486B: hue angle of 344.44º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF486B is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 107 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.19 |
| HSL | 344.44º | 0.58% | 0.55% | - |
| HSV(B) | 344.44º | 0.65% | 0.81% | - |
| XYZ | 30.7 | 18.96 | 15.95 | - |
| YUV | 116.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 107 | 0 | 0.65 | 0.48 | 0.19 | 344.44 | 0.58 | 0.55 |
| Hex | CF | 48 | 6B | 0 | 41 | 30 | 13 | 158 | 3A | 37 |
| Octal | 317 | 110 | 153 | 0 | 101 | 60 | 23 | 530 | 72 | 67 |
| Binary | 11001111 | 1001000 | 1101011 | 0 | 1000001 | 110000 | 10011 | 101011000 | 111010 | 110111 |
Color Harmonies of #CF486B
Complementary color
Monochromatic Colors of #CF486B
Black with #CF486B
Text Example
Text Example
White with #CF486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF486B; }
p { color: rgb(207,72,107); }
H1.HeaderClassName
{
color: #CF486B;
}
.AnyTagClassName
{
color: #CF486B;
}
</style>
background-color css
<style>
a { background-color: #CF486B; }
a { background-color: rgb(207,72,107); }
div.DivClassName
{
background-color: #CF486B;
}
.BgClassName
{
background-color: #CF486B;
}
</style>
border-color css
<style>
span { border-color: #CF486B; }
span { border-color: rgb(207,72,107); }
td.TdClassName
{
border-color: #CF486B;
}
.TagClassName
{
border-color: #CF486B;
}
</style>