Shades of Cabaret #CB426B
Tints of Cabaret #CB426B
RGB
CMYK
RGB Variations
Color information
#CB426B (or 0xCB426B) is known color: Cabaret. HEX triplet: CB, 42 and 6B. RGB value is (203,66,107). Sum of RGB (Red+Green+Blue) = 203+66+107=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB426B is #34BD94. Grayscale: #6F6F6F. Windows color (decimal): -3456405 or 7029451. OLE color: 7029451.
HSL color Cylindrical-coordinate representation of color #CB426B: hue angle of 342.04º 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 #CB426B is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 107 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.20 |
| HSL | 342.04º | 0.57% | 0.53% | - |
| HSV(B) | 342.04º | 0.67% | 0.8% | - |
| XYZ | 29.23 | 17.65 | 15.78 | - |
| YUV | 111.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 107 | 0 | 0.67 | 0.47 | 0.20 | 342.04 | 0.57 | 0.53 |
| Hex | CB | 42 | 6B | 0 | 43 | 2F | 14 | 156 | 39 | 35 |
| Octal | 313 | 102 | 153 | 0 | 103 | 57 | 24 | 526 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1101011 | 0 | 1000011 | 101111 | 10100 | 101010110 | 111001 | 110101 |
Color Harmonies of #CB426B
Complementary color
Monochromatic Colors of #CB426B
Black with #CB426B
Text Example
Text Example
White with #CB426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB426B; }
p { color: rgb(203,66,107); }
H1.HeaderClassName
{
color: #CB426B;
}
.AnyTagClassName
{
color: #CB426B;
}
</style>
background-color css
<style>
a { background-color: #CB426B; }
a { background-color: rgb(203,66,107); }
div.DivClassName
{
background-color: #CB426B;
}
.BgClassName
{
background-color: #CB426B;
}
</style>
border-color css
<style>
span { border-color: #CB426B; }
span { border-color: rgb(203,66,107); }
td.TdClassName
{
border-color: #CB426B;
}
.TagClassName
{
border-color: #CB426B;
}
</style>