Shades of Cabaret #CF4E69
Tints of Cabaret #CF4E69
RGB
CMYK
RGB Variations
Color information
#CF4E69 (or 0xCF4E69) is known color: Cabaret. HEX triplet: CF, 4E and 69. RGB value is (207,78,105). Sum of RGB (Red+Green+Blue) = 207+78+105=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4E69 is #30B196. Grayscale: #777777. Windows color (decimal): -3191191 or 6901455. OLE color: 6901455.
HSL color Cylindrical-coordinate representation of color #CF4E69: hue angle of 347.44º 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 #CF4E69 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 78 | 105 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.19 |
| HSL | 347.44º | 0.57% | 0.56% | - |
| HSV(B) | 347.44º | 0.62% | 0.81% | - |
| XYZ | 31.01 | 19.73 | 15.54 | - |
| YUV | 119.65 | 119.74 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 78 | 105 | 0 | 0.62 | 0.49 | 0.19 | 347.44 | 0.57 | 0.56 |
| Hex | CF | 4E | 69 | 0 | 3E | 31 | 13 | 15B | 39 | 38 |
| Octal | 317 | 116 | 151 | 0 | 76 | 61 | 23 | 533 | 71 | 70 |
| Binary | 11001111 | 1001110 | 1101001 | 0 | 111110 | 110001 | 10011 | 101011011 | 111001 | 111000 |
Color Harmonies of #CF4E69
Complementary color
Monochromatic Colors of #CF4E69
Black with #CF4E69
Text Example
Text Example
White with #CF4E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4E69; }
p { color: rgb(207,78,105); }
H1.HeaderClassName
{
color: #CF4E69;
}
.AnyTagClassName
{
color: #CF4E69;
}
</style>
background-color css
<style>
a { background-color: #CF4E69; }
a { background-color: rgb(207,78,105); }
div.DivClassName
{
background-color: #CF4E69;
}
.BgClassName
{
background-color: #CF4E69;
}
</style>
border-color css
<style>
span { border-color: #CF4E69; }
span { border-color: rgb(207,78,105); }
td.TdClassName
{
border-color: #CF4E69;
}
.TagClassName
{
border-color: #CF4E69;
}
</style>