Shades of Cabaret #CE676B
Tints of Cabaret #CE676B
RGB
CMYK
RGB Variations
Color information
#CE676B (or 0xCE676B) is known color: Cabaret. HEX triplet: CE, 67 and 6B. RGB value is (206,103,107). Sum of RGB (Red+Green+Blue) = 206+103+107=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE676B is #319894. Grayscale: #868686. Windows color (decimal): -3250325 or 7038926. OLE color: 7038926.
HSL color Cylindrical-coordinate representation of color #CE676B: hue angle of 357.67º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE676B is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 107 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.19 |
| HSL | 357.67º | 0.51% | 0.61% | - |
| HSV(B) | 357.67º | 0.5% | 0.81% | - |
| XYZ | 32.96 | 23.88 | 16.78 | - |
| YUV | 134.25 | 112.62 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 107 | 0 | 0.50 | 0.48 | 0.19 | 357.67 | 0.51 | 0.61 |
| Hex | CE | 67 | 6B | 0 | 32 | 30 | 13 | 166 | 33 | 3D |
| Octal | 316 | 147 | 153 | 0 | 62 | 60 | 23 | 546 | 63 | 75 |
| Binary | 11001110 | 1100111 | 1101011 | 0 | 110010 | 110000 | 10011 | 101100110 | 110011 | 111101 |
Color Harmonies of #CE676B
Complementary color
Monochromatic Colors of #CE676B
Black with #CE676B
Text Example
Text Example
White with #CE676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE676B; }
p { color: rgb(206,103,107); }
H1.HeaderClassName
{
color: #CE676B;
}
.AnyTagClassName
{
color: #CE676B;
}
</style>
background-color css
<style>
a { background-color: #CE676B; }
a { background-color: rgb(206,103,107); }
div.DivClassName
{
background-color: #CE676B;
}
.BgClassName
{
background-color: #CE676B;
}
</style>
border-color css
<style>
span { border-color: #CE676B; }
span { border-color: rgb(206,103,107); }
td.TdClassName
{
border-color: #CE676B;
}
.TagClassName
{
border-color: #CE676B;
}
</style>