Shades of Cabaret #CF4B6C
Tints of Cabaret #CF4B6C
RGB
CMYK
RGB Variations
Color information
#CF4B6C (or 0xCF4B6C) is known color: Cabaret. HEX triplet: CF, 4B and 6C. RGB value is (207,75,108). Sum of RGB (Red+Green+Blue) = 207+75+108=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4B6C is #30B493. Grayscale: #767676. Windows color (decimal): -3191956 or 7097295. OLE color: 7097295.
HSL color Cylindrical-coordinate representation of color #CF4B6C: hue angle of 345º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF4B6C is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 108 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.19 |
| HSL | 345º | 0.58% | 0.55% | - |
| HSV(B) | 345º | 0.64% | 0.81% | - |
| XYZ | 30.95 | 19.38 | 16.3 | - |
| YUV | 118.23 | 122.23 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 108 | 0 | 0.64 | 0.48 | 0.19 | 345 | 0.58 | 0.55 |
| Hex | CF | 4B | 6C | 0 | 40 | 30 | 13 | 159 | 3A | 37 |
| Octal | 317 | 113 | 154 | 0 | 100 | 60 | 23 | 531 | 72 | 67 |
| Binary | 11001111 | 1001011 | 1101100 | 0 | 1000000 | 110000 | 10011 | 101011001 | 111010 | 110111 |
Color Harmonies of #CF4B6C
Complementary color
Monochromatic Colors of #CF4B6C
Black with #CF4B6C
Text Example
Text Example
White with #CF4B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B6C; }
p { color: rgb(207,75,108); }
H1.HeaderClassName
{
color: #CF4B6C;
}
.AnyTagClassName
{
color: #CF4B6C;
}
</style>
background-color css
<style>
a { background-color: #CF4B6C; }
a { background-color: rgb(207,75,108); }
div.DivClassName
{
background-color: #CF4B6C;
}
.BgClassName
{
background-color: #CF4B6C;
}
</style>
border-color css
<style>
span { border-color: #CF4B6C; }
span { border-color: rgb(207,75,108); }
td.TdClassName
{
border-color: #CF4B6C;
}
.TagClassName
{
border-color: #CF4B6C;
}
</style>