Shades of Cabaret #CB6272
Tints of Cabaret #CB6272
RGB
CMYK
RGB Variations
Color information
#CB6272 (or 0xCB6272) is known color: Cabaret. HEX triplet: CB, 62 and 72. RGB value is (203,98,114). Sum of RGB (Red+Green+Blue) = 203+98+114=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6272 is #349D8D. Grayscale: #838383. Windows color (decimal): -3448206 or 7496395. OLE color: 7496395.
HSL color Cylindrical-coordinate representation of color #CB6272: hue angle of 350.86º 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 #CB6272 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 114 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.20 |
| HSL | 350.86º | 0.5% | 0.59% | - |
| HSV(B) | 350.86º | 0.52% | 0.8% | - |
| XYZ | 32.03 | 22.65 | 18.6 | - |
| YUV | 131.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 114 | 0 | 0.52 | 0.44 | 0.20 | 350.86 | 0.5 | 0.59 |
| Hex | CB | 62 | 72 | 0 | 34 | 2C | 14 | 15F | 32 | 3B |
| Octal | 313 | 142 | 162 | 0 | 64 | 54 | 24 | 537 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1110010 | 0 | 110100 | 101100 | 10100 | 101011111 | 110010 | 111011 |
Color Harmonies of #CB6272
Complementary color
Monochromatic Colors of #CB6272
Black with #CB6272
Text Example
Text Example
White with #CB6272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6272; }
p { color: rgb(203,98,114); }
H1.HeaderClassName
{
color: #CB6272;
}
.AnyTagClassName
{
color: #CB6272;
}
</style>
background-color css
<style>
a { background-color: #CB6272; }
a { background-color: rgb(203,98,114); }
div.DivClassName
{
background-color: #CB6272;
}
.BgClassName
{
background-color: #CB6272;
}
</style>
border-color css
<style>
span { border-color: #CB6272; }
span { border-color: rgb(203,98,114); }
td.TdClassName
{
border-color: #CB6272;
}
.TagClassName
{
border-color: #CB6272;
}
</style>