Shades of Cabaret #CF4B68
Tints of Cabaret #CF4B68
RGB
CMYK
RGB Variations
Color information
#CF4B68 (or 0xCF4B68) is known color: Cabaret. HEX triplet: CF, 4B and 68. RGB value is (207,75,104). Sum of RGB (Red+Green+Blue) = 207+75+104=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4B68 is #30B497. Grayscale: #757575. Windows color (decimal): -3191960 or 6835151. OLE color: 6835151.
HSL color Cylindrical-coordinate representation of color #CF4B68: hue angle of 346.82º 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 #CF4B68 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 75 | 104 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.19 |
| HSL | 346.82º | 0.58% | 0.55% | - |
| HSV(B) | 346.82º | 0.64% | 0.81% | - |
| XYZ | 30.75 | 19.3 | 15.2 | - |
| YUV | 117.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 104 | 0 | 0.64 | 0.50 | 0.19 | 346.82 | 0.58 | 0.55 |
| Hex | CF | 4B | 68 | 0 | 40 | 32 | 13 | 15B | 3A | 37 |
| Octal | 317 | 113 | 150 | 0 | 100 | 62 | 23 | 533 | 72 | 67 |
| Binary | 11001111 | 1001011 | 1101000 | 0 | 1000000 | 110010 | 10011 | 101011011 | 111010 | 110111 |
Color Harmonies of #CF4B68
Complementary color
Monochromatic Colors of #CF4B68
Black with #CF4B68
Text Example
Text Example
White with #CF4B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4B68; }
p { color: rgb(207,75,104); }
H1.HeaderClassName
{
color: #CF4B68;
}
.AnyTagClassName
{
color: #CF4B68;
}
</style>
background-color css
<style>
a { background-color: #CF4B68; }
a { background-color: rgb(207,75,104); }
div.DivClassName
{
background-color: #CF4B68;
}
.BgClassName
{
background-color: #CF4B68;
}
</style>
border-color css
<style>
span { border-color: #CF4B68; }
span { border-color: rgb(207,75,104); }
td.TdClassName
{
border-color: #CF4B68;
}
.TagClassName
{
border-color: #CF4B68;
}
</style>