Shades of Cabaret #CE607B
Tints of Cabaret #CE607B
RGB
CMYK
RGB Variations
Color information
#CE607B (or 0xCE607B) is known color: Cabaret. HEX triplet: CE, 60 and 7B. RGB value is (206,96,123). Sum of RGB (Red+Green+Blue) = 206+96+123=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE607B is #319F84. Grayscale: #838383. Windows color (decimal): -3252101 or 8085710. OLE color: 8085710.
HSL color Cylindrical-coordinate representation of color #CE607B: hue angle of 345.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE607B is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 123 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.19 |
| HSL | 345.27º | 0.53% | 0.59% | - |
| HSV(B) | 345.27º | 0.53% | 0.81% | - |
| XYZ | 33.21 | 22.92 | 21.41 | - |
| YUV | 131.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 123 | 0 | 0.53 | 0.40 | 0.19 | 345.27 | 0.53 | 0.59 |
| Hex | CE | 60 | 7B | 0 | 35 | 28 | 13 | 159 | 35 | 3B |
| Octal | 316 | 140 | 173 | 0 | 65 | 50 | 23 | 531 | 65 | 73 |
| Binary | 11001110 | 1100000 | 1111011 | 0 | 110101 | 101000 | 10011 | 101011001 | 110101 | 111011 |
Color Harmonies of #CE607B
Complementary color
Monochromatic Colors of #CE607B
Black with #CE607B
Text Example
Text Example
White with #CE607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE607B; }
p { color: rgb(206,96,123); }
H1.HeaderClassName
{
color: #CE607B;
}
.AnyTagClassName
{
color: #CE607B;
}
</style>
background-color css
<style>
a { background-color: #CE607B; }
a { background-color: rgb(206,96,123); }
div.DivClassName
{
background-color: #CE607B;
}
.BgClassName
{
background-color: #CE607B;
}
</style>
border-color css
<style>
span { border-color: #CE607B; }
span { border-color: rgb(206,96,123); }
td.TdClassName
{
border-color: #CE607B;
}
.TagClassName
{
border-color: #CE607B;
}
</style>