Shades of Cabaret #CF616E
Tints of Cabaret #CF616E
RGB
CMYK
RGB Variations
Color information
#CF616E (or 0xCF616E) is known color: Cabaret. HEX triplet: CF, 61 and 6E. RGB value is (207,97,110). Sum of RGB (Red+Green+Blue) = 207+97+110=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF616E is #309E91. Grayscale: #838383. Windows color (decimal): -3186322 or 7233999. OLE color: 7233999.
HSL color Cylindrical-coordinate representation of color #CF616E: hue angle of 352.91º 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 #CF616E is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 110 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.19 |
| HSL | 352.91º | 0.53% | 0.6% | - |
| HSV(B) | 352.91º | 0.53% | 0.81% | - |
| XYZ | 32.82 | 22.94 | 17.45 | - |
| YUV | 131.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 110 | 0 | 0.53 | 0.47 | 0.19 | 352.91 | 0.53 | 0.6 |
| Hex | CF | 61 | 6E | 0 | 35 | 2F | 13 | 161 | 35 | 3C |
| Octal | 317 | 141 | 156 | 0 | 65 | 57 | 23 | 541 | 65 | 74 |
| Binary | 11001111 | 1100001 | 1101110 | 0 | 110101 | 101111 | 10011 | 101100001 | 110101 | 111100 |
Color Harmonies of #CF616E
Complementary color
Monochromatic Colors of #CF616E
Black with #CF616E
Text Example
Text Example
White with #CF616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF616E; }
p { color: rgb(207,97,110); }
H1.HeaderClassName
{
color: #CF616E;
}
.AnyTagClassName
{
color: #CF616E;
}
</style>
background-color css
<style>
a { background-color: #CF616E; }
a { background-color: rgb(207,97,110); }
div.DivClassName
{
background-color: #CF616E;
}
.BgClassName
{
background-color: #CF616E;
}
</style>
border-color css
<style>
span { border-color: #CF616E; }
span { border-color: rgb(207,97,110); }
td.TdClassName
{
border-color: #CF616E;
}
.TagClassName
{
border-color: #CF616E;
}
</style>