Shades of Cabaret #CB456C
Tints of Cabaret #CB456C
RGB
CMYK
RGB Variations
Color information
#CB456C (or 0xCB456C) is known color: Cabaret. HEX triplet: CB, 45 and 6C. RGB value is (203,69,108). Sum of RGB (Red+Green+Blue) = 203+69+108=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB456C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB456C is #34BA93. Grayscale: #717171. Windows color (decimal): -3455636 or 7095755. OLE color: 7095755.
HSL color Cylindrical-coordinate representation of color #CB456C: hue angle of 342.54º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB456C is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 108 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.20 |
| HSL | 342.54º | 0.56% | 0.53% | - |
| HSV(B) | 342.54º | 0.66% | 0.8% | - |
| XYZ | 29.46 | 18.04 | 16.12 | - |
| YUV | 113.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 108 | 0 | 0.66 | 0.47 | 0.20 | 342.54 | 0.56 | 0.53 |
| Hex | CB | 45 | 6C | 0 | 42 | 2F | 14 | 157 | 38 | 35 |
| Octal | 313 | 105 | 154 | 0 | 102 | 57 | 24 | 527 | 70 | 65 |
| Binary | 11001011 | 1000101 | 1101100 | 0 | 1000010 | 101111 | 10100 | 101010111 | 111000 | 110101 |
Color Harmonies of #CB456C
Complementary color
Monochromatic Colors of #CB456C
Black with #CB456C
Text Example
Text Example
White with #CB456C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB456C; }
p { color: rgb(203,69,108); }
H1.HeaderClassName
{
color: #CB456C;
}
.AnyTagClassName
{
color: #CB456C;
}
</style>
background-color css
<style>
a { background-color: #CB456C; }
a { background-color: rgb(203,69,108); }
div.DivClassName
{
background-color: #CB456C;
}
.BgClassName
{
background-color: #CB456C;
}
</style>
border-color css
<style>
span { border-color: #CB456C; }
span { border-color: rgb(203,69,108); }
td.TdClassName
{
border-color: #CB456C;
}
.TagClassName
{
border-color: #CB456C;
}
</style>