Shades of Cabaret #CE4265
Tints of Cabaret #CE4265
RGB
CMYK
RGB Variations
Color information
#CE4265 (or 0xCE4265) is known color: Cabaret. HEX triplet: CE, 42 and 65. RGB value is (206,66,101). Sum of RGB (Red+Green+Blue) = 206+66+101=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4265 is #31BD9A. Grayscale: #6F6F6F. Windows color (decimal): -3259803 or 6636238. OLE color: 6636238.
HSL color Cylindrical-coordinate representation of color #CE4265: hue angle of 345º 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 #CE4265 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 101 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.19 |
| HSL | 345º | 0.59% | 0.53% | - |
| HSV(B) | 345º | 0.68% | 0.81% | - |
| XYZ | 29.75 | 17.96 | 14.21 | - |
| YUV | 111.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 101 | 0 | 0.68 | 0.51 | 0.19 | 345 | 0.59 | 0.53 |
| Hex | CE | 42 | 65 | 0 | 44 | 33 | 13 | 159 | 3B | 35 |
| Octal | 316 | 102 | 145 | 0 | 104 | 63 | 23 | 531 | 73 | 65 |
| Binary | 11001110 | 1000010 | 1100101 | 0 | 1000100 | 110011 | 10011 | 101011001 | 111011 | 110101 |
Color Harmonies of #CE4265
Complementary color
Monochromatic Colors of #CE4265
Black with #CE4265
Text Example
Text Example
White with #CE4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4265; }
p { color: rgb(206,66,101); }
H1.HeaderClassName
{
color: #CE4265;
}
.AnyTagClassName
{
color: #CE4265;
}
</style>
background-color css
<style>
a { background-color: #CE4265; }
a { background-color: rgb(206,66,101); }
div.DivClassName
{
background-color: #CE4265;
}
.BgClassName
{
background-color: #CE4265;
}
</style>
border-color css
<style>
span { border-color: #CE4265; }
span { border-color: rgb(206,66,101); }
td.TdClassName
{
border-color: #CE4265;
}
.TagClassName
{
border-color: #CE4265;
}
</style>