Shades of Cabaret #CF476C
Tints of Cabaret #CF476C
RGB
CMYK
RGB Variations
Color information
#CF476C (or 0xCF476C) is known color: Cabaret. HEX triplet: CF, 47 and 6C. RGB value is (207,71,108). Sum of RGB (Red+Green+Blue) = 207+71+108=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF476C is #30B893. Grayscale: #737373. Windows color (decimal): -3192980 or 7096271. OLE color: 7096271.
HSL color Cylindrical-coordinate representation of color #CF476C: hue angle of 343.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF476C is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 108 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.19 |
| HSL | 343.68º | 0.59% | 0.55% | - |
| HSV(B) | 343.68º | 0.66% | 0.81% | - |
| XYZ | 30.69 | 18.85 | 16.21 | - |
| YUV | 115.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 108 | 0 | 0.66 | 0.48 | 0.19 | 343.68 | 0.59 | 0.55 |
| Hex | CF | 47 | 6C | 0 | 42 | 30 | 13 | 158 | 3B | 37 |
| Octal | 317 | 107 | 154 | 0 | 102 | 60 | 23 | 530 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1101100 | 0 | 1000010 | 110000 | 10011 | 101011000 | 111011 | 110111 |
Color Harmonies of #CF476C
Complementary color
Monochromatic Colors of #CF476C
Black with #CF476C
Text Example
Text Example
White with #CF476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF476C; }
p { color: rgb(207,71,108); }
H1.HeaderClassName
{
color: #CF476C;
}
.AnyTagClassName
{
color: #CF476C;
}
</style>
background-color css
<style>
a { background-color: #CF476C; }
a { background-color: rgb(207,71,108); }
div.DivClassName
{
background-color: #CF476C;
}
.BgClassName
{
background-color: #CF476C;
}
</style>
border-color css
<style>
span { border-color: #CF476C; }
span { border-color: rgb(207,71,108); }
td.TdClassName
{
border-color: #CF476C;
}
.TagClassName
{
border-color: #CF476C;
}
</style>