Shades of Cabaret #CE666A
Tints of Cabaret #CE666A
RGB
CMYK
RGB Variations
Color information
#CE666A (or 0xCE666A) is known color: Cabaret. HEX triplet: CE, 66 and 6A. RGB value is (206,102,106). Sum of RGB (Red+Green+Blue) = 206+102+106=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE666A is #319995. Grayscale: #858585. Windows color (decimal): -3250582 or 6973134. OLE color: 6973134.
HSL color Cylindrical-coordinate representation of color #CE666A: hue angle of 357.69º 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 #CE666A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 106 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.19 |
| HSL | 357.69º | 0.51% | 0.6% | - |
| HSV(B) | 357.69º | 0.5% | 0.81% | - |
| XYZ | 32.81 | 23.67 | 16.47 | - |
| YUV | 133.55 | 112.46 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 106 | 0 | 0.50 | 0.49 | 0.19 | 357.69 | 0.51 | 0.6 |
| Hex | CE | 66 | 6A | 0 | 32 | 31 | 13 | 166 | 33 | 3C |
| Octal | 316 | 146 | 152 | 0 | 62 | 61 | 23 | 546 | 63 | 74 |
| Binary | 11001110 | 1100110 | 1101010 | 0 | 110010 | 110001 | 10011 | 101100110 | 110011 | 111100 |
Color Harmonies of #CE666A
Complementary color
Monochromatic Colors of #CE666A
Black with #CE666A
Text Example
Text Example
White with #CE666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE666A; }
p { color: rgb(206,102,106); }
H1.HeaderClassName
{
color: #CE666A;
}
.AnyTagClassName
{
color: #CE666A;
}
</style>
background-color css
<style>
a { background-color: #CE666A; }
a { background-color: rgb(206,102,106); }
div.DivClassName
{
background-color: #CE666A;
}
.BgClassName
{
background-color: #CE666A;
}
</style>
border-color css
<style>
span { border-color: #CE666A; }
span { border-color: rgb(206,102,106); }
td.TdClassName
{
border-color: #CE666A;
}
.TagClassName
{
border-color: #CE666A;
}
</style>