Shades of Cabaret #CB4273
Tints of Cabaret #CB4273
RGB
CMYK
RGB Variations
Color information
#CB4273 (or 0xCB4273) is known color: Cabaret. HEX triplet: CB, 42 and 73. RGB value is (203,66,115). Sum of RGB (Red+Green+Blue) = 203+66+115=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4273 is #34BD8C. Grayscale: #707070. Windows color (decimal): -3456397 or 7553739. OLE color: 7553739.
HSL color Cylindrical-coordinate representation of color #CB4273: hue angle of 338.54º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4273 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 115 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.20 |
| HSL | 338.54º | 0.57% | 0.53% | - |
| HSV(B) | 338.54º | 0.67% | 0.8% | - |
| XYZ | 29.67 | 17.83 | 18.1 | - |
| YUV | 112.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 115 | 0 | 0.67 | 0.43 | 0.20 | 338.54 | 0.57 | 0.53 |
| Hex | CB | 42 | 73 | 0 | 43 | 2B | 14 | 153 | 39 | 35 |
| Octal | 313 | 102 | 163 | 0 | 103 | 53 | 24 | 523 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1110011 | 0 | 1000011 | 101011 | 10100 | 101010011 | 111001 | 110101 |
Color Harmonies of #CB4273
Complementary color
Monochromatic Colors of #CB4273
Black with #CB4273
Text Example
Text Example
White with #CB4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4273; }
p { color: rgb(203,66,115); }
H1.HeaderClassName
{
color: #CB4273;
}
.AnyTagClassName
{
color: #CB4273;
}
</style>
background-color css
<style>
a { background-color: #CB4273; }
a { background-color: rgb(203,66,115); }
div.DivClassName
{
background-color: #CB4273;
}
.BgClassName
{
background-color: #CB4273;
}
</style>
border-color css
<style>
span { border-color: #CB4273; }
span { border-color: rgb(203,66,115); }
td.TdClassName
{
border-color: #CB4273;
}
.TagClassName
{
border-color: #CB4273;
}
</style>