Shades of Cabaret #CE6478
Tints of Cabaret #CE6478
RGB
CMYK
RGB Variations
Color information
#CE6478 (or 0xCE6478) is known color: Cabaret. HEX triplet: CE, 64 and 78. RGB value is (206,100,120). Sum of RGB (Red+Green+Blue) = 206+100+120=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6478 is #319B87. Grayscale: #868686. Windows color (decimal): -3251080 or 7890126. OLE color: 7890126.
HSL color Cylindrical-coordinate representation of color #CE6478: hue angle of 348.68º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6478 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 120 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.19 |
| HSL | 348.68º | 0.52% | 0.6% | - |
| HSV(B) | 348.68º | 0.51% | 0.81% | - |
| XYZ | 33.4 | 23.59 | 20.56 | - |
| YUV | 133.97 | 120.12 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 120 | 0 | 0.51 | 0.42 | 0.19 | 348.68 | 0.52 | 0.6 |
| Hex | CE | 64 | 78 | 0 | 33 | 2A | 13 | 15D | 34 | 3C |
| Octal | 316 | 144 | 170 | 0 | 63 | 52 | 23 | 535 | 64 | 74 |
| Binary | 11001110 | 1100100 | 1111000 | 0 | 110011 | 101010 | 10011 | 101011101 | 110100 | 111100 |
Color Harmonies of #CE6478
Complementary color
Monochromatic Colors of #CE6478
Black with #CE6478
Text Example
Text Example
White with #CE6478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6478; }
p { color: rgb(206,100,120); }
H1.HeaderClassName
{
color: #CE6478;
}
.AnyTagClassName
{
color: #CE6478;
}
</style>
background-color css
<style>
a { background-color: #CE6478; }
a { background-color: rgb(206,100,120); }
div.DivClassName
{
background-color: #CE6478;
}
.BgClassName
{
background-color: #CE6478;
}
</style>
border-color css
<style>
span { border-color: #CE6478; }
span { border-color: rgb(206,100,120); }
td.TdClassName
{
border-color: #CE6478;
}
.TagClassName
{
border-color: #CE6478;
}
</style>