Shades of Cabaret #CF4364
Tints of Cabaret #CF4364
RGB
CMYK
RGB Variations
Color information
#CF4364 (or 0xCF4364) is known color: Cabaret. HEX triplet: CF, 43 and 64. RGB value is (207,67,100). Sum of RGB (Red+Green+Blue) = 207+67+100=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4364 is #30BC9B. Grayscale: #707070. Windows color (decimal): -3194012 or 6570959. OLE color: 6570959.
HSL color Cylindrical-coordinate representation of color #CF4364: hue angle of 345.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF4364 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 67 | 100 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.19 |
| HSL | 345.86º | 0.59% | 0.54% | - |
| HSV(B) | 345.86º | 0.68% | 0.81% | - |
| XYZ | 30.04 | 18.2 | 13.99 | - |
| YUV | 112.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 67 | 100 | 0 | 0.68 | 0.52 | 0.19 | 345.86 | 0.59 | 0.54 |
| Hex | CF | 43 | 64 | 0 | 44 | 34 | 13 | 15A | 3B | 36 |
| Octal | 317 | 103 | 144 | 0 | 104 | 64 | 23 | 532 | 73 | 66 |
| Binary | 11001111 | 1000011 | 1100100 | 0 | 1000100 | 110100 | 10011 | 101011010 | 111011 | 110110 |
Color Harmonies of #CF4364
Complementary color
Monochromatic Colors of #CF4364
Black with #CF4364
Text Example
Text Example
White with #CF4364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4364; }
p { color: rgb(207,67,100); }
H1.HeaderClassName
{
color: #CF4364;
}
.AnyTagClassName
{
color: #CF4364;
}
</style>
background-color css
<style>
a { background-color: #CF4364; }
a { background-color: rgb(207,67,100); }
div.DivClassName
{
background-color: #CF4364;
}
.BgClassName
{
background-color: #CF4364;
}
</style>
border-color css
<style>
span { border-color: #CF4364; }
span { border-color: rgb(207,67,100); }
td.TdClassName
{
border-color: #CF4364;
}
.TagClassName
{
border-color: #CF4364;
}
</style>