Shades of Cabaret #CB6278
Tints of Cabaret #CB6278
RGB
CMYK
RGB Variations
Color information
#CB6278 (or 0xCB6278) is known color: Cabaret. HEX triplet: CB, 62 and 78. RGB value is (203,98,120). Sum of RGB (Red+Green+Blue) = 203+98+120=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6278 is #349D87. Grayscale: #838383. Windows color (decimal): -3448200 or 7889611. OLE color: 7889611.
HSL color Cylindrical-coordinate representation of color #CB6278: hue angle of 347.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6278 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 120 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.20 |
| HSL | 347.43º | 0.5% | 0.59% | - |
| HSV(B) | 347.43º | 0.52% | 0.8% | - |
| XYZ | 32.39 | 22.79 | 20.46 | - |
| YUV | 131.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 120 | 0 | 0.52 | 0.41 | 0.20 | 347.43 | 0.5 | 0.59 |
| Hex | CB | 62 | 78 | 0 | 34 | 29 | 14 | 15B | 32 | 3B |
| Octal | 313 | 142 | 170 | 0 | 64 | 51 | 24 | 533 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1111000 | 0 | 110100 | 101001 | 10100 | 101011011 | 110010 | 111011 |
Color Harmonies of #CB6278
Complementary color
Monochromatic Colors of #CB6278
Black with #CB6278
Text Example
Text Example
White with #CB6278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6278; }
p { color: rgb(203,98,120); }
H1.HeaderClassName
{
color: #CB6278;
}
.AnyTagClassName
{
color: #CB6278;
}
</style>
background-color css
<style>
a { background-color: #CB6278; }
a { background-color: rgb(203,98,120); }
div.DivClassName
{
background-color: #CB6278;
}
.BgClassName
{
background-color: #CB6278;
}
</style>
border-color css
<style>
span { border-color: #CB6278; }
span { border-color: rgb(203,98,120); }
td.TdClassName
{
border-color: #CB6278;
}
.TagClassName
{
border-color: #CB6278;
}
</style>