Shades of Cabaret #CF616D
Tints of Cabaret #CF616D
RGB
CMYK
RGB Variations
Color information
#CF616D (or 0xCF616D) is known color: Cabaret. HEX triplet: CF, 61 and 6D. RGB value is (207,97,109). Sum of RGB (Red+Green+Blue) = 207+97+109=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF616D is #309E92. Grayscale: #838383. Windows color (decimal): -3186323 or 7168463. OLE color: 7168463.
HSL color Cylindrical-coordinate representation of color #CF616D: hue angle of 353.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF616D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 109 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.19 |
| HSL | 353.45º | 0.53% | 0.6% | - |
| HSV(B) | 353.45º | 0.53% | 0.81% | - |
| XYZ | 32.77 | 22.92 | 17.16 | - |
| YUV | 131.26 | 115.44 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 109 | 0 | 0.53 | 0.47 | 0.19 | 353.45 | 0.53 | 0.6 |
| Hex | CF | 61 | 6D | 0 | 35 | 2F | 13 | 161 | 35 | 3C |
| Octal | 317 | 141 | 155 | 0 | 65 | 57 | 23 | 541 | 65 | 74 |
| Binary | 11001111 | 1100001 | 1101101 | 0 | 110101 | 101111 | 10011 | 101100001 | 110101 | 111100 |
Color Harmonies of #CF616D
Complementary color
Monochromatic Colors of #CF616D
Black with #CF616D
Text Example
Text Example
White with #CF616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF616D; }
p { color: rgb(207,97,109); }
H1.HeaderClassName
{
color: #CF616D;
}
.AnyTagClassName
{
color: #CF616D;
}
</style>
background-color css
<style>
a { background-color: #CF616D; }
a { background-color: rgb(207,97,109); }
div.DivClassName
{
background-color: #CF616D;
}
.BgClassName
{
background-color: #CF616D;
}
</style>
border-color css
<style>
span { border-color: #CF616D; }
span { border-color: rgb(207,97,109); }
td.TdClassName
{
border-color: #CF616D;
}
.TagClassName
{
border-color: #CF616D;
}
</style>