Shades of Cabaret #CB5D74
Tints of Cabaret #CB5D74
RGB
CMYK
RGB Variations
Color information
#CB5D74 (or 0xCB5D74) is known color: Cabaret. HEX triplet: CB, 5D and 74. RGB value is (203,93,116). Sum of RGB (Red+Green+Blue) = 203+93+116=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D74 is #34A28B. Grayscale: #808080. Windows color (decimal): -3449484 or 7626187. OLE color: 7626187.
HSL color Cylindrical-coordinate representation of color #CB5D74: hue angle of 347.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5D74 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 116 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.20 |
| HSL | 347.45º | 0.51% | 0.58% | - |
| HSV(B) | 347.45º | 0.54% | 0.8% | - |
| XYZ | 31.7 | 21.79 | 19.06 | - |
| YUV | 128.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 116 | 0 | 0.54 | 0.43 | 0.20 | 347.45 | 0.51 | 0.58 |
| Hex | CB | 5D | 74 | 0 | 36 | 2B | 14 | 15B | 33 | 3A |
| Octal | 313 | 135 | 164 | 0 | 66 | 53 | 24 | 533 | 63 | 72 |
| Binary | 11001011 | 1011101 | 1110100 | 0 | 110110 | 101011 | 10100 | 101011011 | 110011 | 111010 |
Color Harmonies of #CB5D74
Complementary color
Monochromatic Colors of #CB5D74
Black with #CB5D74
Text Example
Text Example
White with #CB5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D74; }
p { color: rgb(203,93,116); }
H1.HeaderClassName
{
color: #CB5D74;
}
.AnyTagClassName
{
color: #CB5D74;
}
</style>
background-color css
<style>
a { background-color: #CB5D74; }
a { background-color: rgb(203,93,116); }
div.DivClassName
{
background-color: #CB5D74;
}
.BgClassName
{
background-color: #CB5D74;
}
</style>
border-color css
<style>
span { border-color: #CB5D74; }
span { border-color: rgb(203,93,116); }
td.TdClassName
{
border-color: #CB5D74;
}
.TagClassName
{
border-color: #CB5D74;
}
</style>