Shades of Cabaret #CF476A
Tints of Cabaret #CF476A
RGB
CMYK
RGB Variations
Color information
#CF476A (or 0xCF476A) is known color: Cabaret. HEX triplet: CF, 47 and 6A. RGB value is (207,71,106). Sum of RGB (Red+Green+Blue) = 207+71+106=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF476A is #30B895. Grayscale: #737373. Windows color (decimal): -3192982 or 6965199. OLE color: 6965199.
HSL color Cylindrical-coordinate representation of color #CF476A: hue angle of 344.56º 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 #CF476A is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 106 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.19 |
| HSL | 344.56º | 0.59% | 0.55% | - |
| HSV(B) | 344.56º | 0.66% | 0.81% | - |
| XYZ | 30.59 | 18.81 | 15.65 | - |
| YUV | 115.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 106 | 0 | 0.66 | 0.49 | 0.19 | 344.56 | 0.59 | 0.55 |
| Hex | CF | 47 | 6A | 0 | 42 | 31 | 13 | 159 | 3B | 37 |
| Octal | 317 | 107 | 152 | 0 | 102 | 61 | 23 | 531 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1101010 | 0 | 1000010 | 110001 | 10011 | 101011001 | 111011 | 110111 |
Color Harmonies of #CF476A
Complementary color
Monochromatic Colors of #CF476A
Black with #CF476A
Text Example
Text Example
White with #CF476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF476A; }
p { color: rgb(207,71,106); }
H1.HeaderClassName
{
color: #CF476A;
}
.AnyTagClassName
{
color: #CF476A;
}
</style>
background-color css
<style>
a { background-color: #CF476A; }
a { background-color: rgb(207,71,106); }
div.DivClassName
{
background-color: #CF476A;
}
.BgClassName
{
background-color: #CF476A;
}
</style>
border-color css
<style>
span { border-color: #CF476A; }
span { border-color: rgb(207,71,106); }
td.TdClassName
{
border-color: #CF476A;
}
.TagClassName
{
border-color: #CF476A;
}
</style>