Shades of Cabaret #CB6370
Tints of Cabaret #CB6370
RGB
CMYK
RGB Variations
Color information
#CB6370 (or 0xCB6370) is known color: Cabaret. HEX triplet: CB, 63 and 70. RGB value is (203,99,112). Sum of RGB (Red+Green+Blue) = 203+99+112=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6370 is #349C8F. Grayscale: #838383. Windows color (decimal): -3447952 or 7365579. OLE color: 7365579.
HSL color Cylindrical-coordinate representation of color #CB6370: hue angle of 352.5º 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 #CB6370 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 112 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.20 |
| HSL | 352.5º | 0.5% | 0.59% | - |
| HSV(B) | 352.5º | 0.51% | 0.8% | - |
| XYZ | 32.02 | 22.79 | 18.04 | - |
| YUV | 131.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 112 | 0 | 0.51 | 0.45 | 0.20 | 352.5 | 0.5 | 0.59 |
| Hex | CB | 63 | 70 | 0 | 33 | 2D | 14 | 160 | 32 | 3B |
| Octal | 313 | 143 | 160 | 0 | 63 | 55 | 24 | 540 | 62 | 73 |
| Binary | 11001011 | 1100011 | 1110000 | 0 | 110011 | 101101 | 10100 | 101100000 | 110010 | 111011 |
Color Harmonies of #CB6370
Complementary color
Monochromatic Colors of #CB6370
Black with #CB6370
Text Example
Text Example
White with #CB6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6370; }
p { color: rgb(203,99,112); }
H1.HeaderClassName
{
color: #CB6370;
}
.AnyTagClassName
{
color: #CB6370;
}
</style>
background-color css
<style>
a { background-color: #CB6370; }
a { background-color: rgb(203,99,112); }
div.DivClassName
{
background-color: #CB6370;
}
.BgClassName
{
background-color: #CB6370;
}
</style>
border-color css
<style>
span { border-color: #CB6370; }
span { border-color: rgb(203,99,112); }
td.TdClassName
{
border-color: #CB6370;
}
.TagClassName
{
border-color: #CB6370;
}
</style>