Shades of Cabaret #CF4062
Tints of Cabaret #CF4062
RGB
CMYK
RGB Variations
Color information
#CF4062 (or 0xCF4062) is known color: Cabaret. HEX triplet: CF, 40 and 62. RGB value is (207,64,98). Sum of RGB (Red+Green+Blue) = 207+64+98=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4062 is #30BF9D. Grayscale: #6E6E6E. Windows color (decimal): -3194782 or 6439119. OLE color: 6439119.
HSL color Cylindrical-coordinate representation of color #CF4062: hue angle of 345.73º 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 #CF4062 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 98 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.19 |
| HSL | 345.73º | 0.6% | 0.53% | - |
| HSV(B) | 345.73º | 0.69% | 0.81% | - |
| XYZ | 29.77 | 17.81 | 13.42 | - |
| YUV | 110.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 98 | 0 | 0.69 | 0.53 | 0.19 | 345.73 | 0.6 | 0.53 |
| Hex | CF | 40 | 62 | 0 | 45 | 35 | 13 | 15A | 3C | 35 |
| Octal | 317 | 100 | 142 | 0 | 105 | 65 | 23 | 532 | 74 | 65 |
| Binary | 11001111 | 1000000 | 1100010 | 0 | 1000101 | 110101 | 10011 | 101011010 | 111100 | 110101 |
Color Harmonies of #CF4062
Complementary color
Monochromatic Colors of #CF4062
Black with #CF4062
Text Example
Text Example
White with #CF4062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4062; }
p { color: rgb(207,64,98); }
H1.HeaderClassName
{
color: #CF4062;
}
.AnyTagClassName
{
color: #CF4062;
}
</style>
background-color css
<style>
a { background-color: #CF4062; }
a { background-color: rgb(207,64,98); }
div.DivClassName
{
background-color: #CF4062;
}
.BgClassName
{
background-color: #CF4062;
}
</style>
border-color css
<style>
span { border-color: #CF4062; }
span { border-color: rgb(207,64,98); }
td.TdClassName
{
border-color: #CF4062;
}
.TagClassName
{
border-color: #CF4062;
}
</style>