Shades of Cabaret #CB3F70
Tints of Cabaret #CB3F70
RGB
CMYK
RGB Variations
Color information
#CB3F70 (or 0xCB3F70) is known color: Cabaret. HEX triplet: CB, 3F and 70. RGB value is (203,63,112). Sum of RGB (Red+Green+Blue) = 203+63+112=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3F70 is #34C08F. Grayscale: #6E6E6E. Windows color (decimal): -3457168 or 7356363. OLE color: 7356363.
HSL color Cylindrical-coordinate representation of color #CB3F70: hue angle of 339º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3F70 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 112 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.20 |
| HSL | 339º | 0.57% | 0.52% | - |
| HSV(B) | 339º | 0.69% | 0.8% | - |
| XYZ | 29.33 | 17.42 | 17.15 | - |
| YUV | 110.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 112 | 0 | 0.69 | 0.45 | 0.20 | 339 | 0.57 | 0.52 |
| Hex | CB | 3F | 70 | 0 | 45 | 2D | 14 | 153 | 39 | 34 |
| Octal | 313 | 77 | 160 | 0 | 105 | 55 | 24 | 523 | 71 | 64 |
| Binary | 11001011 | 111111 | 1110000 | 0 | 1000101 | 101101 | 10100 | 101010011 | 111001 | 110100 |
Color Harmonies of #CB3F70
Complementary color
Monochromatic Colors of #CB3F70
Black with #CB3F70
Text Example
Text Example
White with #CB3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F70; }
p { color: rgb(203,63,112); }
H1.HeaderClassName
{
color: #CB3F70;
}
.AnyTagClassName
{
color: #CB3F70;
}
</style>
background-color css
<style>
a { background-color: #CB3F70; }
a { background-color: rgb(203,63,112); }
div.DivClassName
{
background-color: #CB3F70;
}
.BgClassName
{
background-color: #CB3F70;
}
</style>
border-color css
<style>
span { border-color: #CB3F70; }
span { border-color: rgb(203,63,112); }
td.TdClassName
{
border-color: #CB3F70;
}
.TagClassName
{
border-color: #CB3F70;
}
</style>