Shades of Cabaret #CF4168
Tints of Cabaret #CF4168
RGB
CMYK
RGB Variations
Color information
#CF4168 (or 0xCF4168) is known color: Cabaret. HEX triplet: CF, 41 and 68. RGB value is (207,65,104). Sum of RGB (Red+Green+Blue) = 207+65+104=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4168 is #30BE97. Grayscale: #6F6F6F. Windows color (decimal): -3194520 or 6832591. OLE color: 6832591.
HSL color Cylindrical-coordinate representation of color #CF4168: hue angle of 343.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4168 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 104 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.19 |
| HSL | 343.52º | 0.6% | 0.53% | - |
| HSV(B) | 343.52º | 0.69% | 0.81% | - |
| XYZ | 30.12 | 18.05 | 14.99 | - |
| YUV | 111.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 104 | 0 | 0.69 | 0.50 | 0.19 | 343.52 | 0.6 | 0.53 |
| Hex | CF | 41 | 68 | 0 | 45 | 32 | 13 | 158 | 3C | 35 |
| Octal | 317 | 101 | 150 | 0 | 105 | 62 | 23 | 530 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1101000 | 0 | 1000101 | 110010 | 10011 | 101011000 | 111100 | 110101 |
Color Harmonies of #CF4168
Complementary color
Monochromatic Colors of #CF4168
Black with #CF4168
Text Example
Text Example
White with #CF4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4168; }
p { color: rgb(207,65,104); }
H1.HeaderClassName
{
color: #CF4168;
}
.AnyTagClassName
{
color: #CF4168;
}
</style>
background-color css
<style>
a { background-color: #CF4168; }
a { background-color: rgb(207,65,104); }
div.DivClassName
{
background-color: #CF4168;
}
.BgClassName
{
background-color: #CF4168;
}
</style>
border-color css
<style>
span { border-color: #CF4168; }
span { border-color: rgb(207,65,104); }
td.TdClassName
{
border-color: #CF4168;
}
.TagClassName
{
border-color: #CF4168;
}
</style>