Shades of Cabaret #CF4268
Tints of Cabaret #CF4268
RGB
CMYK
RGB Variations
Color information
#CF4268 (or 0xCF4268) is known color: Cabaret. HEX triplet: CF, 42 and 68. RGB value is (207,66,104). Sum of RGB (Red+Green+Blue) = 207+66+104=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4268 is #30BD97. Grayscale: #707070. Windows color (decimal): -3194264 or 6832847. OLE color: 6832847.
HSL color Cylindrical-coordinate representation of color #CF4268: hue angle of 343.83º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4268 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 66 | 104 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.19 |
| HSL | 343.83º | 0.59% | 0.54% | - |
| HSV(B) | 343.83º | 0.68% | 0.81% | - |
| XYZ | 30.18 | 18.16 | 15.01 | - |
| YUV | 112.49 | 123.21 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 66 | 104 | 0 | 0.68 | 0.50 | 0.19 | 343.83 | 0.59 | 0.54 |
| Hex | CF | 42 | 68 | 0 | 44 | 32 | 13 | 158 | 3B | 36 |
| Octal | 317 | 102 | 150 | 0 | 104 | 62 | 23 | 530 | 73 | 66 |
| Binary | 11001111 | 1000010 | 1101000 | 0 | 1000100 | 110010 | 10011 | 101011000 | 111011 | 110110 |
Color Harmonies of #CF4268
Complementary color
Monochromatic Colors of #CF4268
Black with #CF4268
Text Example
Text Example
White with #CF4268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4268; }
p { color: rgb(207,66,104); }
H1.HeaderClassName
{
color: #CF4268;
}
.AnyTagClassName
{
color: #CF4268;
}
</style>
background-color css
<style>
a { background-color: #CF4268; }
a { background-color: rgb(207,66,104); }
div.DivClassName
{
background-color: #CF4268;
}
.BgClassName
{
background-color: #CF4268;
}
</style>
border-color css
<style>
span { border-color: #CF4268; }
span { border-color: rgb(207,66,104); }
td.TdClassName
{
border-color: #CF4268;
}
.TagClassName
{
border-color: #CF4268;
}
</style>