Shades of Cabaret #CF4767
Tints of Cabaret #CF4767
RGB
CMYK
RGB Variations
Color information
#CF4767 (or 0xCF4767) is known color: Cabaret. HEX triplet: CF, 47 and 67. RGB value is (207,71,103). Sum of RGB (Red+Green+Blue) = 207+71+103=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4767 is #30B898. Grayscale: #737373. Windows color (decimal): -3192985 or 6768591. OLE color: 6768591.
HSL color Cylindrical-coordinate representation of color #CF4767: hue angle of 345.88º 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 #CF4767 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 103 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.19 |
| HSL | 345.88º | 0.59% | 0.55% | - |
| HSV(B) | 345.88º | 0.66% | 0.81% | - |
| XYZ | 30.43 | 18.75 | 14.85 | - |
| YUV | 115.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 103 | 0 | 0.66 | 0.50 | 0.19 | 345.88 | 0.59 | 0.55 |
| Hex | CF | 47 | 67 | 0 | 42 | 32 | 13 | 15A | 3B | 37 |
| Octal | 317 | 107 | 147 | 0 | 102 | 62 | 23 | 532 | 73 | 67 |
| Binary | 11001111 | 1000111 | 1100111 | 0 | 1000010 | 110010 | 10011 | 101011010 | 111011 | 110111 |
Color Harmonies of #CF4767
Complementary color
Monochromatic Colors of #CF4767
Black with #CF4767
Text Example
Text Example
White with #CF4767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4767; }
p { color: rgb(207,71,103); }
H1.HeaderClassName
{
color: #CF4767;
}
.AnyTagClassName
{
color: #CF4767;
}
</style>
background-color css
<style>
a { background-color: #CF4767; }
a { background-color: rgb(207,71,103); }
div.DivClassName
{
background-color: #CF4767;
}
.BgClassName
{
background-color: #CF4767;
}
</style>
border-color css
<style>
span { border-color: #CF4767; }
span { border-color: rgb(207,71,103); }
td.TdClassName
{
border-color: #CF4767;
}
.TagClassName
{
border-color: #CF4767;
}
</style>