Shades of Cabaret #CB3E69
Tints of Cabaret #CB3E69
RGB
CMYK
RGB Variations
Color information
#CB3E69 (or 0xCB3E69) is known color: Cabaret. HEX triplet: CB, 3E and 69. RGB value is (203,62,105). Sum of RGB (Red+Green+Blue) = 203+62+105=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E69 is #34C196. Grayscale: #6D6D6D. Windows color (decimal): -3457431 or 6897355. OLE color: 6897355.
HSL color Cylindrical-coordinate representation of color #CB3E69: hue angle of 341.7º 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 #CB3E69 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 105 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.20 |
| HSL | 341.7º | 0.58% | 0.52% | - |
| HSV(B) | 341.7º | 0.69% | 0.8% | - |
| XYZ | 28.9 | 17.16 | 15.15 | - |
| YUV | 109.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 105 | 0 | 0.69 | 0.48 | 0.20 | 341.7 | 0.58 | 0.52 |
| Hex | CB | 3E | 69 | 0 | 45 | 30 | 14 | 156 | 3A | 34 |
| Octal | 313 | 76 | 151 | 0 | 105 | 60 | 24 | 526 | 72 | 64 |
| Binary | 11001011 | 111110 | 1101001 | 0 | 1000101 | 110000 | 10100 | 101010110 | 111010 | 110100 |
Color Harmonies of #CB3E69
Complementary color
Monochromatic Colors of #CB3E69
Black with #CB3E69
Text Example
Text Example
White with #CB3E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E69; }
p { color: rgb(203,62,105); }
H1.HeaderClassName
{
color: #CB3E69;
}
.AnyTagClassName
{
color: #CB3E69;
}
</style>
background-color css
<style>
a { background-color: #CB3E69; }
a { background-color: rgb(203,62,105); }
div.DivClassName
{
background-color: #CB3E69;
}
.BgClassName
{
background-color: #CB3E69;
}
</style>
border-color css
<style>
span { border-color: #CB3E69; }
span { border-color: rgb(203,62,105); }
td.TdClassName
{
border-color: #CB3E69;
}
.TagClassName
{
border-color: #CB3E69;
}
</style>