Shades of Cabaret #CB4B63
Tints of Cabaret #CB4B63
RGB
CMYK
RGB Variations
Color information
#CB4B63 (or 0xCB4B63) is known color: Cabaret. HEX triplet: CB, 4B and 63. RGB value is (203,75,99). Sum of RGB (Red+Green+Blue) = 203+75+99=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B63 is #34B49C. Grayscale: #747474. Windows color (decimal): -3454109 or 6507467. OLE color: 6507467.
HSL color Cylindrical-coordinate representation of color #CB4B63: hue angle of 348.75º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4B63 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 99 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.20 |
| HSL | 348.75º | 0.55% | 0.55% | - |
| HSV(B) | 348.75º | 0.63% | 0.8% | - |
| XYZ | 29.4 | 18.63 | 13.85 | - |
| YUV | 116.01 | 118.41 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 99 | 0 | 0.63 | 0.51 | 0.20 | 348.75 | 0.55 | 0.55 |
| Hex | CB | 4B | 63 | 0 | 3F | 33 | 14 | 15D | 37 | 37 |
| Octal | 313 | 113 | 143 | 0 | 77 | 63 | 24 | 535 | 67 | 67 |
| Binary | 11001011 | 1001011 | 1100011 | 0 | 111111 | 110011 | 10100 | 101011101 | 110111 | 110111 |
Color Harmonies of #CB4B63
Complementary color
Monochromatic Colors of #CB4B63
Black with #CB4B63
Text Example
Text Example
White with #CB4B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B63; }
p { color: rgb(203,75,99); }
H1.HeaderClassName
{
color: #CB4B63;
}
.AnyTagClassName
{
color: #CB4B63;
}
</style>
background-color css
<style>
a { background-color: #CB4B63; }
a { background-color: rgb(203,75,99); }
div.DivClassName
{
background-color: #CB4B63;
}
.BgClassName
{
background-color: #CB4B63;
}
</style>
border-color css
<style>
span { border-color: #CB4B63; }
span { border-color: rgb(203,75,99); }
td.TdClassName
{
border-color: #CB4B63;
}
.TagClassName
{
border-color: #CB4B63;
}
</style>