Shades of Cabaret #CB3D70
Tints of Cabaret #CB3D70
RGB
CMYK
RGB Variations
Color information
#CB3D70 (or 0xCB3D70) is known color: Cabaret. HEX triplet: CB, 3D and 70. RGB value is (203,61,112). Sum of RGB (Red+Green+Blue) = 203+61+112=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D70 is #34C28F. Grayscale: #6D6D6D. Windows color (decimal): -3457680 or 7355851. OLE color: 7355851.
HSL color Cylindrical-coordinate representation of color #CB3D70: hue angle of 338.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D70 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 61 | 112 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.20 |
| HSL | 338.45º | 0.58% | 0.52% | - |
| HSV(B) | 338.45º | 0.7% | 0.8% | - |
| XYZ | 29.22 | 17.2 | 17.11 | - |
| YUV | 109.27 | 129.54 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 112 | 0 | 0.70 | 0.45 | 0.20 | 338.45 | 0.58 | 0.52 |
| Hex | CB | 3D | 70 | 0 | 46 | 2D | 14 | 152 | 3A | 34 |
| Octal | 313 | 75 | 160 | 0 | 106 | 55 | 24 | 522 | 72 | 64 |
| Binary | 11001011 | 111101 | 1110000 | 0 | 1000110 | 101101 | 10100 | 101010010 | 111010 | 110100 |
Color Harmonies of #CB3D70
Complementary color
Monochromatic Colors of #CB3D70
Black with #CB3D70
Text Example
Text Example
White with #CB3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3D70; }
p { color: rgb(203,61,112); }
H1.HeaderClassName
{
color: #CB3D70;
}
.AnyTagClassName
{
color: #CB3D70;
}
</style>
background-color css
<style>
a { background-color: #CB3D70; }
a { background-color: rgb(203,61,112); }
div.DivClassName
{
background-color: #CB3D70;
}
.BgClassName
{
background-color: #CB3D70;
}
</style>
border-color css
<style>
span { border-color: #CB3D70; }
span { border-color: rgb(203,61,112); }
td.TdClassName
{
border-color: #CB3D70;
}
.TagClassName
{
border-color: #CB3D70;
}
</style>