Shades of Cabaret #CF416D
Tints of Cabaret #CF416D
RGB
CMYK
RGB Variations
Color information
#CF416D (or 0xCF416D) is known color: Cabaret. HEX triplet: CF, 41 and 6D. RGB value is (207,65,109). Sum of RGB (Red+Green+Blue) = 207+65+109=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF416D is #30BE92. Grayscale: #707070. Windows color (decimal): -3194515 or 7160271. OLE color: 7160271.
HSL color Cylindrical-coordinate representation of color #CF416D: hue angle of 341.41º 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 #CF416D is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 109 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.19 |
| HSL | 341.41º | 0.6% | 0.53% | - |
| HSV(B) | 341.41º | 0.69% | 0.81% | - |
| XYZ | 30.38 | 18.15 | 16.37 | - |
| YUV | 112.47 | 126.04 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 109 | 0 | 0.69 | 0.47 | 0.19 | 341.41 | 0.6 | 0.53 |
| Hex | CF | 41 | 6D | 0 | 45 | 2F | 13 | 155 | 3C | 35 |
| Octal | 317 | 101 | 155 | 0 | 105 | 57 | 23 | 525 | 74 | 65 |
| Binary | 11001111 | 1000001 | 1101101 | 0 | 1000101 | 101111 | 10011 | 101010101 | 111100 | 110101 |
Color Harmonies of #CF416D
Complementary color
Monochromatic Colors of #CF416D
Black with #CF416D
Text Example
Text Example
White with #CF416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF416D; }
p { color: rgb(207,65,109); }
H1.HeaderClassName
{
color: #CF416D;
}
.AnyTagClassName
{
color: #CF416D;
}
</style>
background-color css
<style>
a { background-color: #CF416D; }
a { background-color: rgb(207,65,109); }
div.DivClassName
{
background-color: #CF416D;
}
.BgClassName
{
background-color: #CF416D;
}
</style>
border-color css
<style>
span { border-color: #CF416D; }
span { border-color: rgb(207,65,109); }
td.TdClassName
{
border-color: #CF416D;
}
.TagClassName
{
border-color: #CF416D;
}
</style>