Shades of Cabaret #CB3F68
Tints of Cabaret #CB3F68
RGB
CMYK
RGB Variations
Color information
#CB3F68 (or 0xCB3F68) is known color: Cabaret. HEX triplet: CB, 3F and 68. RGB value is (203,63,104). Sum of RGB (Red+Green+Blue) = 203+63+104=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3F68 is #34C097. Grayscale: #6D6D6D. Windows color (decimal): -3457176 or 6832075. OLE color: 6832075.
HSL color Cylindrical-coordinate representation of color #CB3F68: hue angle of 342.43º 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 #CB3F68 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 104 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.20 |
| HSL | 342.43º | 0.57% | 0.52% | - |
| HSV(B) | 342.43º | 0.69% | 0.8% | - |
| XYZ | 28.9 | 17.25 | 14.9 | - |
| YUV | 109.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 104 | 0 | 0.69 | 0.49 | 0.20 | 342.43 | 0.57 | 0.52 |
| Hex | CB | 3F | 68 | 0 | 45 | 31 | 14 | 156 | 39 | 34 |
| Octal | 313 | 77 | 150 | 0 | 105 | 61 | 24 | 526 | 71 | 64 |
| Binary | 11001011 | 111111 | 1101000 | 0 | 1000101 | 110001 | 10100 | 101010110 | 111001 | 110100 |
Color Harmonies of #CB3F68
Complementary color
Monochromatic Colors of #CB3F68
Black with #CB3F68
Text Example
Text Example
White with #CB3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F68; }
p { color: rgb(203,63,104); }
H1.HeaderClassName
{
color: #CB3F68;
}
.AnyTagClassName
{
color: #CB3F68;
}
</style>
background-color css
<style>
a { background-color: #CB3F68; }
a { background-color: rgb(203,63,104); }
div.DivClassName
{
background-color: #CB3F68;
}
.BgClassName
{
background-color: #CB3F68;
}
</style>
border-color css
<style>
span { border-color: #CB3F68; }
span { border-color: rgb(203,63,104); }
td.TdClassName
{
border-color: #CB3F68;
}
.TagClassName
{
border-color: #CB3F68;
}
</style>