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