Shades of Cabaret #CB426D
Tints of Cabaret #CB426D
RGB
CMYK
RGB Variations
Color information
#CB426D (or 0xCB426D) is known color: Cabaret. HEX triplet: CB, 42 and 6D. RGB value is (203,66,109). Sum of RGB (Red+Green+Blue) = 203+66+109=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB426D is #34BD92. Grayscale: #6F6F6F. Windows color (decimal): -3456403 or 7160523. OLE color: 7160523.
HSL color Cylindrical-coordinate representation of color #CB426D: hue angle of 341.17º 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 #CB426D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 109 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.20 |
| HSL | 341.17º | 0.57% | 0.53% | - |
| HSV(B) | 341.17º | 0.67% | 0.8% | - |
| XYZ | 29.34 | 17.7 | 16.34 | - |
| YUV | 111.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 109 | 0 | 0.67 | 0.46 | 0.20 | 341.17 | 0.57 | 0.53 |
| Hex | CB | 42 | 6D | 0 | 43 | 2E | 14 | 155 | 39 | 35 |
| Octal | 313 | 102 | 155 | 0 | 103 | 56 | 24 | 525 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1101101 | 0 | 1000011 | 101110 | 10100 | 101010101 | 111001 | 110101 |
Color Harmonies of #CB426D
Complementary color
Monochromatic Colors of #CB426D
Black with #CB426D
Text Example
Text Example
White with #CB426D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB426D; }
p { color: rgb(203,66,109); }
H1.HeaderClassName
{
color: #CB426D;
}
.AnyTagClassName
{
color: #CB426D;
}
</style>
background-color css
<style>
a { background-color: #CB426D; }
a { background-color: rgb(203,66,109); }
div.DivClassName
{
background-color: #CB426D;
}
.BgClassName
{
background-color: #CB426D;
}
</style>
border-color css
<style>
span { border-color: #CB426D; }
span { border-color: rgb(203,66,109); }
td.TdClassName
{
border-color: #CB426D;
}
.TagClassName
{
border-color: #CB426D;
}
</style>