Shades of Cabaret #CB426A
Tints of Cabaret #CB426A
RGB
CMYK
RGB Variations
Color information
#CB426A (or 0xCB426A) is known color: Cabaret. HEX triplet: CB, 42 and 6A. RGB value is (203,66,106). Sum of RGB (Red+Green+Blue) = 203+66+106=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB426A is #34BD95. Grayscale: #6F6F6F. Windows color (decimal): -3456406 or 6963915. OLE color: 6963915.
HSL color Cylindrical-coordinate representation of color #CB426A: hue angle of 342.48º 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 #CB426A is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 106 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.20 |
| HSL | 342.48º | 0.57% | 0.53% | - |
| HSV(B) | 342.48º | 0.67% | 0.8% | - |
| XYZ | 29.18 | 17.63 | 15.5 | - |
| YUV | 111.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 106 | 0 | 0.67 | 0.48 | 0.20 | 342.48 | 0.57 | 0.53 |
| Hex | CB | 42 | 6A | 0 | 43 | 30 | 14 | 156 | 39 | 35 |
| Octal | 313 | 102 | 152 | 0 | 103 | 60 | 24 | 526 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1101010 | 0 | 1000011 | 110000 | 10100 | 101010110 | 111001 | 110101 |
Color Harmonies of #CB426A
Complementary color
Monochromatic Colors of #CB426A
Black with #CB426A
Text Example
Text Example
White with #CB426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB426A; }
p { color: rgb(203,66,106); }
H1.HeaderClassName
{
color: #CB426A;
}
.AnyTagClassName
{
color: #CB426A;
}
</style>
background-color css
<style>
a { background-color: #CB426A; }
a { background-color: rgb(203,66,106); }
div.DivClassName
{
background-color: #CB426A;
}
.BgClassName
{
background-color: #CB426A;
}
</style>
border-color css
<style>
span { border-color: #CB426A; }
span { border-color: rgb(203,66,106); }
td.TdClassName
{
border-color: #CB426A;
}
.TagClassName
{
border-color: #CB426A;
}
</style>