Shades of Cabaret #CB4D68
Tints of Cabaret #CB4D68
RGB
CMYK
RGB Variations
Color information
#CB4D68 (or 0xCB4D68) is known color: Cabaret. HEX triplet: CB, 4D and 68. RGB value is (203,77,104). Sum of RGB (Red+Green+Blue) = 203+77+104=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D68 is #34B297. Grayscale: #757575. Windows color (decimal): -3453592 or 6835659. OLE color: 6835659.
HSL color Cylindrical-coordinate representation of color #CB4D68: hue angle of 347.14º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D68 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 104 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.20 |
| HSL | 347.14º | 0.55% | 0.55% | - |
| HSV(B) | 347.14º | 0.62% | 0.8% | - |
| XYZ | 29.78 | 19 | 15.2 | - |
| YUV | 117.75 | 120.24 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 104 | 0 | 0.62 | 0.49 | 0.20 | 347.14 | 0.55 | 0.55 |
| Hex | CB | 4D | 68 | 0 | 3E | 31 | 14 | 15B | 37 | 37 |
| Octal | 313 | 115 | 150 | 0 | 76 | 61 | 24 | 533 | 67 | 67 |
| Binary | 11001011 | 1001101 | 1101000 | 0 | 111110 | 110001 | 10100 | 101011011 | 110111 | 110111 |
Color Harmonies of #CB4D68
Complementary color
Monochromatic Colors of #CB4D68
Black with #CB4D68
Text Example
Text Example
White with #CB4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D68; }
p { color: rgb(203,77,104); }
H1.HeaderClassName
{
color: #CB4D68;
}
.AnyTagClassName
{
color: #CB4D68;
}
</style>
background-color css
<style>
a { background-color: #CB4D68; }
a { background-color: rgb(203,77,104); }
div.DivClassName
{
background-color: #CB4D68;
}
.BgClassName
{
background-color: #CB4D68;
}
</style>
border-color css
<style>
span { border-color: #CB4D68; }
span { border-color: rgb(203,77,104); }
td.TdClassName
{
border-color: #CB4D68;
}
.TagClassName
{
border-color: #CB4D68;
}
</style>