Shades of Cabaret #CB6078
Tints of Cabaret #CB6078
RGB
CMYK
RGB Variations
Color information
#CB6078 (or 0xCB6078) is known color: Cabaret. HEX triplet: CB, 60 and 78. RGB value is (203,96,120). Sum of RGB (Red+Green+Blue) = 203+96+120=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6078 is #349F87. Grayscale: #828282. Windows color (decimal): -3448712 or 7889099. OLE color: 7889099.
HSL color Cylindrical-coordinate representation of color #CB6078: hue angle of 346.54º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB6078 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 120 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.20 |
| HSL | 346.54º | 0.51% | 0.59% | - |
| HSV(B) | 346.54º | 0.53% | 0.8% | - |
| XYZ | 32.2 | 22.42 | 20.4 | - |
| YUV | 130.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 120 | 0 | 0.53 | 0.41 | 0.20 | 346.54 | 0.51 | 0.59 |
| Hex | CB | 60 | 78 | 0 | 35 | 29 | 14 | 15B | 33 | 3B |
| Octal | 313 | 140 | 170 | 0 | 65 | 51 | 24 | 533 | 63 | 73 |
| Binary | 11001011 | 1100000 | 1111000 | 0 | 110101 | 101001 | 10100 | 101011011 | 110011 | 111011 |
Color Harmonies of #CB6078
Complementary color
Monochromatic Colors of #CB6078
Black with #CB6078
Text Example
Text Example
White with #CB6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6078; }
p { color: rgb(203,96,120); }
H1.HeaderClassName
{
color: #CB6078;
}
.AnyTagClassName
{
color: #CB6078;
}
</style>
background-color css
<style>
a { background-color: #CB6078; }
a { background-color: rgb(203,96,120); }
div.DivClassName
{
background-color: #CB6078;
}
.BgClassName
{
background-color: #CB6078;
}
</style>
border-color css
<style>
span { border-color: #CB6078; }
span { border-color: rgb(203,96,120); }
td.TdClassName
{
border-color: #CB6078;
}
.TagClassName
{
border-color: #CB6078;
}
</style>