Shades of Cabaret #CF456B
Tints of Cabaret #CF456B
RGB
CMYK
RGB Variations
Color information
#CF456B (or 0xCF456B) is known color: Cabaret. HEX triplet: CF, 45 and 6B. RGB value is (207,69,107). Sum of RGB (Red+Green+Blue) = 207+69+107=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF456B is #30BA94. Grayscale: #727272. Windows color (decimal): -3193493 or 7030223. OLE color: 7030223.
HSL color Cylindrical-coordinate representation of color #CF456B: hue angle of 343.48º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF456B is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 107 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.19 |
| HSL | 343.48º | 0.59% | 0.54% | - |
| HSV(B) | 343.48º | 0.67% | 0.81% | - |
| XYZ | 30.51 | 18.58 | 15.89 | - |
| YUV | 114.59 | 123.72 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 107 | 0 | 0.67 | 0.48 | 0.19 | 343.48 | 0.59 | 0.54 |
| Hex | CF | 45 | 6B | 0 | 43 | 30 | 13 | 157 | 3B | 36 |
| Octal | 317 | 105 | 153 | 0 | 103 | 60 | 23 | 527 | 73 | 66 |
| Binary | 11001111 | 1000101 | 1101011 | 0 | 1000011 | 110000 | 10011 | 101010111 | 111011 | 110110 |
Color Harmonies of #CF456B
Complementary color
Monochromatic Colors of #CF456B
Black with #CF456B
Text Example
Text Example
White with #CF456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF456B; }
p { color: rgb(207,69,107); }
H1.HeaderClassName
{
color: #CF456B;
}
.AnyTagClassName
{
color: #CF456B;
}
</style>
background-color css
<style>
a { background-color: #CF456B; }
a { background-color: rgb(207,69,107); }
div.DivClassName
{
background-color: #CF456B;
}
.BgClassName
{
background-color: #CF456B;
}
</style>
border-color css
<style>
span { border-color: #CF456B; }
span { border-color: rgb(207,69,107); }
td.TdClassName
{
border-color: #CF456B;
}
.TagClassName
{
border-color: #CF456B;
}
</style>