Shades of Cabaret #CB446E
Tints of Cabaret #CB446E
RGB
CMYK
RGB Variations
Color information
#CB446E (or 0xCB446E) is known color: Cabaret. HEX triplet: CB, 44 and 6E. RGB value is (203,68,110). Sum of RGB (Red+Green+Blue) = 203+68+110=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB446E is #34BB91. Grayscale: #717171. Windows color (decimal): -3455890 or 7226571. OLE color: 7226571.
HSL color Cylindrical-coordinate representation of color #CB446E: hue angle of 341.33º degrees, saturation: 0.56, 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 #CB446E is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 110 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.20 |
| HSL | 341.33º | 0.56% | 0.53% | - |
| HSV(B) | 341.33º | 0.67% | 0.8% | - |
| XYZ | 29.51 | 17.96 | 16.66 | - |
| YUV | 113.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 110 | 0 | 0.67 | 0.46 | 0.20 | 341.33 | 0.56 | 0.53 |
| Hex | CB | 44 | 6E | 0 | 43 | 2E | 14 | 155 | 38 | 35 |
| Octal | 313 | 104 | 156 | 0 | 103 | 56 | 24 | 525 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1101110 | 0 | 1000011 | 101110 | 10100 | 101010101 | 111000 | 110101 |
Color Harmonies of #CB446E
Complementary color
Monochromatic Colors of #CB446E
Black with #CB446E
Text Example
Text Example
White with #CB446E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB446E; }
p { color: rgb(203,68,110); }
H1.HeaderClassName
{
color: #CB446E;
}
.AnyTagClassName
{
color: #CB446E;
}
</style>
background-color css
<style>
a { background-color: #CB446E; }
a { background-color: rgb(203,68,110); }
div.DivClassName
{
background-color: #CB446E;
}
.BgClassName
{
background-color: #CB446E;
}
</style>
border-color css
<style>
span { border-color: #CB446E; }
span { border-color: rgb(203,68,110); }
td.TdClassName
{
border-color: #CB446E;
}
.TagClassName
{
border-color: #CB446E;
}
</style>