Shades of Cabaret #CF476D
Tints of Cabaret #CF476D
RGB
CMYK
RGB Variations
Color information
#CF476D (or 0xCF476D) is known color: Cabaret. HEX triplet: CF, 47 and 6D. RGB value is (207,71,109). Sum of RGB (Red+Green+Blue) = 207+71+109=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF476D is #30B892. Grayscale: #737373. Windows color (decimal): -3192979 or 7161807. OLE color: 7161807.
HSL color Cylindrical-coordinate representation of color #CF476D: hue angle of 343.24º 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 #CF476D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 109 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.19 |
| HSL | 343.24º | 0.59% | 0.55% | - |
| HSV(B) | 343.24º | 0.66% | 0.81% | - |
| XYZ | 30.75 | 18.88 | 16.49 | - |
| YUV | 116 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 109 | 0 | 0.66 | 0.47 | 0.19 | 343.24 | 0.59 | 0.55 |
| Hex | CF | 47 | 6D | 0 | 42 | 2F | 13 | 157 | 3B | 37 |
| Octal | 317 | 107 | 155 | 0 | 102 | 57 | 23 | 527 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1101101 | 0 | 1000010 | 101111 | 10011 | 101010111 | 111011 | 110111 |
Color Harmonies of #CF476D
Complementary color
Monochromatic Colors of #CF476D
Black with #CF476D
Text Example
Text Example
White with #CF476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF476D; }
p { color: rgb(207,71,109); }
H1.HeaderClassName
{
color: #CF476D;
}
.AnyTagClassName
{
color: #CF476D;
}
</style>
background-color css
<style>
a { background-color: #CF476D; }
a { background-color: rgb(207,71,109); }
div.DivClassName
{
background-color: #CF476D;
}
.BgClassName
{
background-color: #CF476D;
}
</style>
border-color css
<style>
span { border-color: #CF476D; }
span { border-color: rgb(207,71,109); }
td.TdClassName
{
border-color: #CF476D;
}
.TagClassName
{
border-color: #CF476D;
}
</style>