Shades of Cabaret #CB426F
Tints of Cabaret #CB426F
RGB
CMYK
RGB Variations
Color information
#CB426F (or 0xCB426F) is known color: Cabaret. HEX triplet: CB, 42 and 6F. RGB value is (203,66,111). Sum of RGB (Red+Green+Blue) = 203+66+111=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB426F is #34BD90. Grayscale: #707070. Windows color (decimal): -3456401 or 7291595. OLE color: 7291595.
HSL color Cylindrical-coordinate representation of color #CB426F: hue angle of 340.29º 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 #CB426F is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 111 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.20 |
| HSL | 340.29º | 0.57% | 0.53% | - |
| HSV(B) | 340.29º | 0.67% | 0.8% | - |
| XYZ | 29.45 | 17.74 | 16.91 | - |
| YUV | 112.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 111 | 0 | 0.67 | 0.45 | 0.20 | 340.29 | 0.57 | 0.53 |
| Hex | CB | 42 | 6F | 0 | 43 | 2D | 14 | 154 | 39 | 35 |
| Octal | 313 | 102 | 157 | 0 | 103 | 55 | 24 | 524 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1101111 | 0 | 1000011 | 101101 | 10100 | 101010100 | 111001 | 110101 |
Color Harmonies of #CB426F
Complementary color
Monochromatic Colors of #CB426F
Black with #CB426F
Text Example
Text Example
White with #CB426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB426F; }
p { color: rgb(203,66,111); }
H1.HeaderClassName
{
color: #CB426F;
}
.AnyTagClassName
{
color: #CB426F;
}
</style>
background-color css
<style>
a { background-color: #CB426F; }
a { background-color: rgb(203,66,111); }
div.DivClassName
{
background-color: #CB426F;
}
.BgClassName
{
background-color: #CB426F;
}
</style>
border-color css
<style>
span { border-color: #CB426F; }
span { border-color: rgb(203,66,111); }
td.TdClassName
{
border-color: #CB426F;
}
.TagClassName
{
border-color: #CB426F;
}
</style>