Shades of Cabaret #CE4F70
Tints of Cabaret #CE4F70
RGB
CMYK
RGB Variations
Color information
#CE4F70 (or 0xCE4F70) is known color: Cabaret. HEX triplet: CE, 4F and 70. RGB value is (206,79,112). Sum of RGB (Red+Green+Blue) = 206+79+112=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4F70 is #31B08F. Grayscale: #787878. Windows color (decimal): -3256464 or 7360462. OLE color: 7360462.
HSL color Cylindrical-coordinate representation of color #CE4F70: hue angle of 344.41º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4F70 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 79 | 112 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.19 |
| HSL | 344.41º | 0.56% | 0.56% | - |
| HSV(B) | 344.41º | 0.62% | 0.81% | - |
| XYZ | 31.17 | 19.88 | 17.52 | - |
| YUV | 120.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 79 | 112 | 0 | 0.62 | 0.46 | 0.19 | 344.41 | 0.56 | 0.56 |
| Hex | CE | 4F | 70 | 0 | 3E | 2E | 13 | 158 | 38 | 38 |
| Octal | 316 | 117 | 160 | 0 | 76 | 56 | 23 | 530 | 70 | 70 |
| Binary | 11001110 | 1001111 | 1110000 | 0 | 111110 | 101110 | 10011 | 101011000 | 111000 | 111000 |
Color Harmonies of #CE4F70
Complementary color
Monochromatic Colors of #CE4F70
Black with #CE4F70
Text Example
Text Example
White with #CE4F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4F70; }
p { color: rgb(206,79,112); }
H1.HeaderClassName
{
color: #CE4F70;
}
.AnyTagClassName
{
color: #CE4F70;
}
</style>
background-color css
<style>
a { background-color: #CE4F70; }
a { background-color: rgb(206,79,112); }
div.DivClassName
{
background-color: #CE4F70;
}
.BgClassName
{
background-color: #CE4F70;
}
</style>
border-color css
<style>
span { border-color: #CE4F70; }
span { border-color: rgb(206,79,112); }
td.TdClassName
{
border-color: #CE4F70;
}
.TagClassName
{
border-color: #CE4F70;
}
</style>