Shades of Cabaret #CB3E6B
Tints of Cabaret #CB3E6B
RGB
CMYK
RGB Variations
Color information
#CB3E6B (or 0xCB3E6B) is known color: Cabaret. HEX triplet: CB, 3E and 6B. RGB value is (203,62,107). Sum of RGB (Red+Green+Blue) = 203+62+107=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E6B is #34C194. Grayscale: #6D6D6D. Windows color (decimal): -3457429 or 7028427. OLE color: 7028427.
HSL color Cylindrical-coordinate representation of color #CB3E6B: hue angle of 340.85º degrees, saturation: 0.58, 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 #CB3E6B is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 107 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.20 |
| HSL | 340.85º | 0.58% | 0.52% | - |
| HSV(B) | 340.85º | 0.69% | 0.8% | - |
| XYZ | 29.01 | 17.2 | 15.7 | - |
| YUV | 109.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 107 | 0 | 0.69 | 0.47 | 0.20 | 340.85 | 0.58 | 0.52 |
| Hex | CB | 3E | 6B | 0 | 45 | 2F | 14 | 155 | 3A | 34 |
| Octal | 313 | 76 | 153 | 0 | 105 | 57 | 24 | 525 | 72 | 64 |
| Binary | 11001011 | 111110 | 1101011 | 0 | 1000101 | 101111 | 10100 | 101010101 | 111010 | 110100 |
Color Harmonies of #CB3E6B
Complementary color
Monochromatic Colors of #CB3E6B
Black with #CB3E6B
Text Example
Text Example
White with #CB3E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E6B; }
p { color: rgb(203,62,107); }
H1.HeaderClassName
{
color: #CB3E6B;
}
.AnyTagClassName
{
color: #CB3E6B;
}
</style>
background-color css
<style>
a { background-color: #CB3E6B; }
a { background-color: rgb(203,62,107); }
div.DivClassName
{
background-color: #CB3E6B;
}
.BgClassName
{
background-color: #CB3E6B;
}
</style>
border-color css
<style>
span { border-color: #CB3E6B; }
span { border-color: rgb(203,62,107); }
td.TdClassName
{
border-color: #CB3E6B;
}
.TagClassName
{
border-color: #CB3E6B;
}
</style>