Shades of Cabaret #CF4162
Tints of Cabaret #CF4162
RGB
CMYK
RGB Variations
Color information
#CF4162 (or 0xCF4162) is known color: Cabaret. HEX triplet: CF, 41 and 62. RGB value is (207,65,98). Sum of RGB (Red+Green+Blue) = 207+65+98=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4162 is #30BE9D. Grayscale: #6F6F6F. Windows color (decimal): -3194526 or 6439375. OLE color: 6439375.
HSL color Cylindrical-coordinate representation of color #CF4162: hue angle of 346.06º 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 #CF4162 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 98 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.19 |
| HSL | 346.06º | 0.6% | 0.53% | - |
| HSV(B) | 346.06º | 0.69% | 0.81% | - |
| XYZ | 29.83 | 17.93 | 13.44 | - |
| YUV | 111.22 | 120.54 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 98 | 0 | 0.69 | 0.53 | 0.19 | 346.06 | 0.6 | 0.53 |
| Hex | CF | 41 | 62 | 0 | 45 | 35 | 13 | 15A | 3C | 35 |
| Octal | 317 | 101 | 142 | 0 | 105 | 65 | 23 | 532 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1100010 | 0 | 1000101 | 110101 | 10011 | 101011010 | 111100 | 110101 |
Color Harmonies of #CF4162
Complementary color
Monochromatic Colors of #CF4162
Black with #CF4162
Text Example
Text Example
White with #CF4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4162; }
p { color: rgb(207,65,98); }
H1.HeaderClassName
{
color: #CF4162;
}
.AnyTagClassName
{
color: #CF4162;
}
</style>
background-color css
<style>
a { background-color: #CF4162; }
a { background-color: rgb(207,65,98); }
div.DivClassName
{
background-color: #CF4162;
}
.BgClassName
{
background-color: #CF4162;
}
</style>
border-color css
<style>
span { border-color: #CF4162; }
span { border-color: rgb(207,65,98); }
td.TdClassName
{
border-color: #CF4162;
}
.TagClassName
{
border-color: #CF4162;
}
</style>