Shades of Cabaret #CF4562
Tints of Cabaret #CF4562
RGB
CMYK
RGB Variations
Color information
#CF4562 (or 0xCF4562) is known color: Cabaret. HEX triplet: CF, 45 and 62. RGB value is (207,69,98). Sum of RGB (Red+Green+Blue) = 207+69+98=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4562 is #30BA9D. Grayscale: #717171. Windows color (decimal): -3193502 or 6440399. OLE color: 6440399.
HSL color Cylindrical-coordinate representation of color #CF4562: hue angle of 347.39º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF4562 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 98 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.19 |
| HSL | 347.39º | 0.59% | 0.54% | - |
| HSV(B) | 347.39º | 0.67% | 0.81% | - |
| XYZ | 30.06 | 18.4 | 13.52 | - |
| YUV | 113.57 | 119.22 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 98 | 0 | 0.67 | 0.53 | 0.19 | 347.39 | 0.59 | 0.54 |
| Hex | CF | 45 | 62 | 0 | 43 | 35 | 13 | 15B | 3B | 36 |
| Octal | 317 | 105 | 142 | 0 | 103 | 65 | 23 | 533 | 73 | 66 |
| Binary | 11001111 | 1000101 | 1100010 | 0 | 1000011 | 110101 | 10011 | 101011011 | 111011 | 110110 |
Color Harmonies of #CF4562
Complementary color
Monochromatic Colors of #CF4562
Black with #CF4562
Text Example
Text Example
White with #CF4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4562; }
p { color: rgb(207,69,98); }
H1.HeaderClassName
{
color: #CF4562;
}
.AnyTagClassName
{
color: #CF4562;
}
</style>
background-color css
<style>
a { background-color: #CF4562; }
a { background-color: rgb(207,69,98); }
div.DivClassName
{
background-color: #CF4562;
}
.BgClassName
{
background-color: #CF4562;
}
</style>
border-color css
<style>
span { border-color: #CF4562; }
span { border-color: rgb(207,69,98); }
td.TdClassName
{
border-color: #CF4562;
}
.TagClassName
{
border-color: #CF4562;
}
</style>