Shades of Cabaret #CE4164
Tints of Cabaret #CE4164
RGB
CMYK
RGB Variations
Color information
#CE4164 (or 0xCE4164) is known color: Cabaret. HEX triplet: CE, 41 and 64. RGB value is (206,65,100). Sum of RGB (Red+Green+Blue) = 206+65+100=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4164 is #31BE9B. Grayscale: #6F6F6F. Windows color (decimal): -3260060 or 6570446. OLE color: 6570446.
HSL color Cylindrical-coordinate representation of color #CE4164: hue angle of 345.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4164 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 100 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.19 |
| HSL | 345.11º | 0.59% | 0.53% | - |
| HSV(B) | 345.11º | 0.68% | 0.81% | - |
| XYZ | 29.64 | 17.82 | 13.93 | - |
| YUV | 111.15 | 121.71 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 100 | 0 | 0.68 | 0.51 | 0.19 | 345.11 | 0.59 | 0.53 |
| Hex | CE | 41 | 64 | 0 | 44 | 33 | 13 | 159 | 3B | 35 |
| Octal | 316 | 101 | 144 | 0 | 104 | 63 | 23 | 531 | 73 | 65 |
| Binary | 11001110 | 1000001 | 1100100 | 0 | 1000100 | 110011 | 10011 | 101011001 | 111011 | 110101 |
Color Harmonies of #CE4164
Complementary color
Monochromatic Colors of #CE4164
Black with #CE4164
Text Example
Text Example
White with #CE4164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4164; }
p { color: rgb(206,65,100); }
H1.HeaderClassName
{
color: #CE4164;
}
.AnyTagClassName
{
color: #CE4164;
}
</style>
background-color css
<style>
a { background-color: #CE4164; }
a { background-color: rgb(206,65,100); }
div.DivClassName
{
background-color: #CE4164;
}
.BgClassName
{
background-color: #CE4164;
}
</style>
border-color css
<style>
span { border-color: #CE4164; }
span { border-color: rgb(206,65,100); }
td.TdClassName
{
border-color: #CE4164;
}
.TagClassName
{
border-color: #CE4164;
}
</style>