Shades of Cabaret #CB4E65
Tints of Cabaret #CB4E65
RGB
CMYK
RGB Variations
Color information
#CB4E65 (or 0xCB4E65) is known color: Cabaret. HEX triplet: CB, 4E and 65. RGB value is (203,78,101). Sum of RGB (Red+Green+Blue) = 203+78+101=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4E65 is #34B19A. Grayscale: #767676. Windows color (decimal): -3453339 or 6639307. OLE color: 6639307.
HSL color Cylindrical-coordinate representation of color #CB4E65: hue angle of 348.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4E65 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 78 | 101 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.20 |
| HSL | 348.96º | 0.55% | 0.55% | - |
| HSV(B) | 348.96º | 0.62% | 0.8% | - |
| XYZ | 29.7 | 19.08 | 14.43 | - |
| YUV | 118 | 118.41 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 78 | 101 | 0 | 0.62 | 0.50 | 0.20 | 348.96 | 0.55 | 0.55 |
| Hex | CB | 4E | 65 | 0 | 3E | 32 | 14 | 15D | 37 | 37 |
| Octal | 313 | 116 | 145 | 0 | 76 | 62 | 24 | 535 | 67 | 67 |
| Binary | 11001011 | 1001110 | 1100101 | 0 | 111110 | 110010 | 10100 | 101011101 | 110111 | 110111 |
Color Harmonies of #CB4E65
Complementary color
Monochromatic Colors of #CB4E65
Black with #CB4E65
Text Example
Text Example
White with #CB4E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4E65; }
p { color: rgb(203,78,101); }
H1.HeaderClassName
{
color: #CB4E65;
}
.AnyTagClassName
{
color: #CB4E65;
}
</style>
background-color css
<style>
a { background-color: #CB4E65; }
a { background-color: rgb(203,78,101); }
div.DivClassName
{
background-color: #CB4E65;
}
.BgClassName
{
background-color: #CB4E65;
}
</style>
border-color css
<style>
span { border-color: #CB4E65; }
span { border-color: rgb(203,78,101); }
td.TdClassName
{
border-color: #CB4E65;
}
.TagClassName
{
border-color: #CB4E65;
}
</style>