Shades of Cabaret #CE6774
Tints of Cabaret #CE6774
RGB
CMYK
RGB Variations
Color information
#CE6774 (or 0xCE6774) is known color: Cabaret. HEX triplet: CE, 67 and 74. RGB value is (206,103,116). Sum of RGB (Red+Green+Blue) = 206+103+116=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6774 is #31988B. Grayscale: #878787. Windows color (decimal): -3250316 or 7628750. OLE color: 7628750.
HSL color Cylindrical-coordinate representation of color #CE6774: hue angle of 352.43º 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 #CE6774 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 116 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.19 |
| HSL | 352.43º | 0.51% | 0.61% | - |
| HSV(B) | 352.43º | 0.5% | 0.81% | - |
| XYZ | 33.46 | 24.08 | 19.41 | - |
| YUV | 135.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 116 | 0 | 0.50 | 0.44 | 0.19 | 352.43 | 0.51 | 0.61 |
| Hex | CE | 67 | 74 | 0 | 32 | 2C | 13 | 160 | 33 | 3D |
| Octal | 316 | 147 | 164 | 0 | 62 | 54 | 23 | 540 | 63 | 75 |
| Binary | 11001110 | 1100111 | 1110100 | 0 | 110010 | 101100 | 10011 | 101100000 | 110011 | 111101 |
Color Harmonies of #CE6774
Complementary color
Monochromatic Colors of #CE6774
Black with #CE6774
Text Example
Text Example
White with #CE6774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6774; }
p { color: rgb(206,103,116); }
H1.HeaderClassName
{
color: #CE6774;
}
.AnyTagClassName
{
color: #CE6774;
}
</style>
background-color css
<style>
a { background-color: #CE6774; }
a { background-color: rgb(206,103,116); }
div.DivClassName
{
background-color: #CE6774;
}
.BgClassName
{
background-color: #CE6774;
}
</style>
border-color css
<style>
span { border-color: #CE6774; }
span { border-color: rgb(206,103,116); }
td.TdClassName
{
border-color: #CE6774;
}
.TagClassName
{
border-color: #CE6774;
}
</style>