Shades of Cabaret #CB4562
Tints of Cabaret #CB4562
RGB
CMYK
RGB Variations
Color information
#CB4562 (or 0xCB4562) is known color: Cabaret. HEX triplet: CB, 45 and 62. RGB value is (203,69,98). Sum of RGB (Red+Green+Blue) = 203+69+98=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4562 is #34BA9D. Grayscale: #707070. Windows color (decimal): -3455646 or 6440395. OLE color: 6440395.
HSL color Cylindrical-coordinate representation of color #CB4562: hue angle of 347.01º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4562 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 98 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.20 |
| HSL | 347.01º | 0.56% | 0.53% | - |
| HSV(B) | 347.01º | 0.66% | 0.8% | - |
| XYZ | 28.96 | 17.83 | 13.47 | - |
| YUV | 112.37 | 119.89 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 98 | 0 | 0.66 | 0.52 | 0.20 | 347.01 | 0.56 | 0.53 |
| Hex | CB | 45 | 62 | 0 | 42 | 34 | 14 | 15B | 38 | 35 |
| Octal | 313 | 105 | 142 | 0 | 102 | 64 | 24 | 533 | 70 | 65 |
| Binary | 11001011 | 1000101 | 1100010 | 0 | 1000010 | 110100 | 10100 | 101011011 | 111000 | 110101 |
Color Harmonies of #CB4562
Complementary color
Monochromatic Colors of #CB4562
Black with #CB4562
Text Example
Text Example
White with #CB4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4562; }
p { color: rgb(203,69,98); }
H1.HeaderClassName
{
color: #CB4562;
}
.AnyTagClassName
{
color: #CB4562;
}
</style>
background-color css
<style>
a { background-color: #CB4562; }
a { background-color: rgb(203,69,98); }
div.DivClassName
{
background-color: #CB4562;
}
.BgClassName
{
background-color: #CB4562;
}
</style>
border-color css
<style>
span { border-color: #CB4562; }
span { border-color: rgb(203,69,98); }
td.TdClassName
{
border-color: #CB4562;
}
.TagClassName
{
border-color: #CB4562;
}
</style>