Shades of Cabaret #CF4E67
Tints of Cabaret #CF4E67
RGB
CMYK
RGB Variations
Color information
#CF4E67 (or 0xCF4E67) is known color: Cabaret. HEX triplet: CF, 4E and 67. RGB value is (207,78,103). Sum of RGB (Red+Green+Blue) = 207+78+103=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E67 is #30B198. Grayscale: #777777. Windows color (decimal): -3191193 or 6770383. OLE color: 6770383.
HSL color Cylindrical-coordinate representation of color #CF4E67: hue angle of 348.37º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF4E67 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 103 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.19 |
| HSL | 348.37º | 0.57% | 0.56% | - |
| HSV(B) | 348.37º | 0.62% | 0.81% | - |
| XYZ | 30.9 | 19.69 | 15 | - |
| YUV | 119.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 103 | 0 | 0.62 | 0.50 | 0.19 | 348.37 | 0.57 | 0.56 |
| Hex | CF | 4E | 67 | 0 | 3E | 32 | 13 | 15C | 39 | 38 |
| Octal | 317 | 116 | 147 | 0 | 76 | 62 | 23 | 534 | 71 | 70 |
| Binary | 11001111 | 1001110 | 1100111 | 0 | 111110 | 110010 | 10011 | 101011100 | 111001 | 111000 |
Color Harmonies of #CF4E67
Complementary color
Monochromatic Colors of #CF4E67
Black with #CF4E67
Text Example
Text Example
White with #CF4E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E67; }
p { color: rgb(207,78,103); }
H1.HeaderClassName
{
color: #CF4E67;
}
.AnyTagClassName
{
color: #CF4E67;
}
</style>
background-color css
<style>
a { background-color: #CF4E67; }
a { background-color: rgb(207,78,103); }
div.DivClassName
{
background-color: #CF4E67;
}
.BgClassName
{
background-color: #CF4E67;
}
</style>
border-color css
<style>
span { border-color: #CF4E67; }
span { border-color: rgb(207,78,103); }
td.TdClassName
{
border-color: #CF4E67;
}
.TagClassName
{
border-color: #CF4E67;
}
</style>