Shades of Cabaret #CF446C
Tints of Cabaret #CF446C
RGB
CMYK
RGB Variations
Color information
#CF446C (or 0xCF446C) is known color: Cabaret. HEX triplet: CF, 44 and 6C. RGB value is (207,68,108). Sum of RGB (Red+Green+Blue) = 207+68+108=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF446C is #30BB93. Grayscale: #727272. Windows color (decimal): -3193748 or 7095503. OLE color: 7095503.
HSL color Cylindrical-coordinate representation of color #CF446C: hue angle of 342.73º 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 #CF446C is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 108 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.19 |
| HSL | 342.73º | 0.59% | 0.54% | - |
| HSV(B) | 342.73º | 0.67% | 0.81% | - |
| XYZ | 30.51 | 18.48 | 16.15 | - |
| YUV | 114.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 108 | 0 | 0.67 | 0.48 | 0.19 | 342.73 | 0.59 | 0.54 |
| Hex | CF | 44 | 6C | 0 | 43 | 30 | 13 | 157 | 3B | 36 |
| Octal | 317 | 104 | 154 | 0 | 103 | 60 | 23 | 527 | 73 | 66 |
| Binary | 11001111 | 1000100 | 1101100 | 0 | 1000011 | 110000 | 10011 | 101010111 | 111011 | 110110 |
Color Harmonies of #CF446C
Complementary color
Monochromatic Colors of #CF446C
Black with #CF446C
Text Example
Text Example
White with #CF446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF446C; }
p { color: rgb(207,68,108); }
H1.HeaderClassName
{
color: #CF446C;
}
.AnyTagClassName
{
color: #CF446C;
}
</style>
background-color css
<style>
a { background-color: #CF446C; }
a { background-color: rgb(207,68,108); }
div.DivClassName
{
background-color: #CF446C;
}
.BgClassName
{
background-color: #CF446C;
}
</style>
border-color css
<style>
span { border-color: #CF446C; }
span { border-color: rgb(207,68,108); }
td.TdClassName
{
border-color: #CF446C;
}
.TagClassName
{
border-color: #CF446C;
}
</style>