Shades of Cabaret #CE6675
Tints of Cabaret #CE6675
RGB
CMYK
RGB Variations
Color information
#CE6675 (or 0xCE6675) is known color: Cabaret. HEX triplet: CE, 66 and 75. RGB value is (206,102,117). Sum of RGB (Red+Green+Blue) = 206+102+117=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6675 is #31998A. Grayscale: #868686. Windows color (decimal): -3250571 or 7694030. OLE color: 7694030.
HSL color Cylindrical-coordinate representation of color #CE6675: hue angle of 351.35º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6675 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 117 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.19 |
| HSL | 351.35º | 0.51% | 0.6% | - |
| HSV(B) | 351.35º | 0.5% | 0.81% | - |
| XYZ | 33.42 | 23.91 | 19.68 | - |
| YUV | 134.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 117 | 0 | 0.50 | 0.43 | 0.19 | 351.35 | 0.51 | 0.6 |
| Hex | CE | 66 | 75 | 0 | 32 | 2B | 13 | 15F | 33 | 3C |
| Octal | 316 | 146 | 165 | 0 | 62 | 53 | 23 | 537 | 63 | 74 |
| Binary | 11001110 | 1100110 | 1110101 | 0 | 110010 | 101011 | 10011 | 101011111 | 110011 | 111100 |
Color Harmonies of #CE6675
Complementary color
Monochromatic Colors of #CE6675
Black with #CE6675
Text Example
Text Example
White with #CE6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6675; }
p { color: rgb(206,102,117); }
H1.HeaderClassName
{
color: #CE6675;
}
.AnyTagClassName
{
color: #CE6675;
}
</style>
background-color css
<style>
a { background-color: #CE6675; }
a { background-color: rgb(206,102,117); }
div.DivClassName
{
background-color: #CE6675;
}
.BgClassName
{
background-color: #CE6675;
}
</style>
border-color css
<style>
span { border-color: #CE6675; }
span { border-color: rgb(206,102,117); }
td.TdClassName
{
border-color: #CE6675;
}
.TagClassName
{
border-color: #CE6675;
}
</style>