Shades of Cabaret #CB6372
Tints of Cabaret #CB6372
RGB
CMYK
RGB Variations
Color information
#CB6372 (or 0xCB6372) is known color: Cabaret. HEX triplet: CB, 63 and 72. RGB value is (203,99,114). Sum of RGB (Red+Green+Blue) = 203+99+114=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6372 is #349C8D. Grayscale: #838383. Windows color (decimal): -3447950 or 7496651. OLE color: 7496651.
HSL color Cylindrical-coordinate representation of color #CB6372: hue angle of 351.35º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6372 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 114 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.20 |
| HSL | 351.35º | 0.5% | 0.59% | - |
| HSV(B) | 351.35º | 0.51% | 0.8% | - |
| XYZ | 32.13 | 22.84 | 18.63 | - |
| YUV | 131.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 114 | 0 | 0.51 | 0.44 | 0.20 | 351.35 | 0.5 | 0.59 |
| Hex | CB | 63 | 72 | 0 | 33 | 2C | 14 | 15F | 32 | 3B |
| Octal | 313 | 143 | 162 | 0 | 63 | 54 | 24 | 537 | 62 | 73 |
| Binary | 11001011 | 1100011 | 1110010 | 0 | 110011 | 101100 | 10100 | 101011111 | 110010 | 111011 |
Color Harmonies of #CB6372
Complementary color
Monochromatic Colors of #CB6372
Black with #CB6372
Text Example
Text Example
White with #CB6372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6372; }
p { color: rgb(203,99,114); }
H1.HeaderClassName
{
color: #CB6372;
}
.AnyTagClassName
{
color: #CB6372;
}
</style>
background-color css
<style>
a { background-color: #CB6372; }
a { background-color: rgb(203,99,114); }
div.DivClassName
{
background-color: #CB6372;
}
.BgClassName
{
background-color: #CB6372;
}
</style>
border-color css
<style>
span { border-color: #CB6372; }
span { border-color: rgb(203,99,114); }
td.TdClassName
{
border-color: #CB6372;
}
.TagClassName
{
border-color: #CB6372;
}
</style>