Shades of Cabaret #CB4762
Tints of Cabaret #CB4762
RGB
CMYK
RGB Variations
Color information
#CB4762 (or 0xCB4762) is known color: Cabaret. HEX triplet: CB, 47 and 62. RGB value is (203,71,98). Sum of RGB (Red+Green+Blue) = 203+71+98=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4762 is #34B89D. Grayscale: #717171. Windows color (decimal): -3455134 or 6440907. OLE color: 6440907.
HSL color Cylindrical-coordinate representation of color #CB4762: hue angle of 347.73º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4762 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 98 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.20 |
| HSL | 347.73º | 0.56% | 0.54% | - |
| HSV(B) | 347.73º | 0.65% | 0.8% | - |
| XYZ | 29.09 | 18.08 | 13.51 | - |
| YUV | 113.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 98 | 0 | 0.65 | 0.52 | 0.20 | 347.73 | 0.56 | 0.54 |
| Hex | CB | 47 | 62 | 0 | 41 | 34 | 14 | 15C | 38 | 36 |
| Octal | 313 | 107 | 142 | 0 | 101 | 64 | 24 | 534 | 70 | 66 |
| Binary | 11001011 | 1000111 | 1100010 | 0 | 1000001 | 110100 | 10100 | 101011100 | 111000 | 110110 |
Color Harmonies of #CB4762
Complementary color
Monochromatic Colors of #CB4762
Black with #CB4762
Text Example
Text Example
White with #CB4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4762; }
p { color: rgb(203,71,98); }
H1.HeaderClassName
{
color: #CB4762;
}
.AnyTagClassName
{
color: #CB4762;
}
</style>
background-color css
<style>
a { background-color: #CB4762; }
a { background-color: rgb(203,71,98); }
div.DivClassName
{
background-color: #CB4762;
}
.BgClassName
{
background-color: #CB4762;
}
</style>
border-color css
<style>
span { border-color: #CB4762; }
span { border-color: rgb(203,71,98); }
td.TdClassName
{
border-color: #CB4762;
}
.TagClassName
{
border-color: #CB4762;
}
</style>