Shades of Cabaret #CB5F74
Tints of Cabaret #CB5F74
RGB
CMYK
RGB Variations
Color information
#CB5F74 (or 0xCB5F74) is known color: Cabaret. HEX triplet: CB, 5F and 74. RGB value is (203,95,116). Sum of RGB (Red+Green+Blue) = 203+95+116=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5F74 is #34A08B. Grayscale: #818181. Windows color (decimal): -3448972 or 7626699. OLE color: 7626699.
HSL color Cylindrical-coordinate representation of color #CB5F74: hue angle of 348.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB5F74 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 116 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.20 |
| HSL | 348.33º | 0.51% | 0.58% | - |
| HSV(B) | 348.33º | 0.53% | 0.8% | - |
| XYZ | 31.87 | 22.14 | 19.12 | - |
| YUV | 129.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 116 | 0 | 0.53 | 0.43 | 0.20 | 348.33 | 0.51 | 0.58 |
| Hex | CB | 5F | 74 | 0 | 35 | 2B | 14 | 15C | 33 | 3A |
| Octal | 313 | 137 | 164 | 0 | 65 | 53 | 24 | 534 | 63 | 72 |
| Binary | 11001011 | 1011111 | 1110100 | 0 | 110101 | 101011 | 10100 | 101011100 | 110011 | 111010 |
Color Harmonies of #CB5F74
Complementary color
Monochromatic Colors of #CB5F74
Black with #CB5F74
Text Example
Text Example
White with #CB5F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5F74; }
p { color: rgb(203,95,116); }
H1.HeaderClassName
{
color: #CB5F74;
}
.AnyTagClassName
{
color: #CB5F74;
}
</style>
background-color css
<style>
a { background-color: #CB5F74; }
a { background-color: rgb(203,95,116); }
div.DivClassName
{
background-color: #CB5F74;
}
.BgClassName
{
background-color: #CB5F74;
}
</style>
border-color css
<style>
span { border-color: #CB5F74; }
span { border-color: rgb(203,95,116); }
td.TdClassName
{
border-color: #CB5F74;
}
.TagClassName
{
border-color: #CB5F74;
}
</style>