Shades of Cabaret #CB5475
Tints of Cabaret #CB5475
RGB
CMYK
RGB Variations
Color information
#CB5475 (or 0xCB5475) is known color: Cabaret. HEX triplet: CB, 54 and 75. RGB value is (203,84,117). Sum of RGB (Red+Green+Blue) = 203+84+117=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5475 is #34AB8A. Grayscale: #7B7B7B. Windows color (decimal): -3451787 or 7689419. OLE color: 7689419.
HSL color Cylindrical-coordinate representation of color #CB5475: hue angle of 343.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5475 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 117 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.20 |
| HSL | 343.36º | 0.53% | 0.56% | - |
| HSV(B) | 343.36º | 0.59% | 0.8% | - |
| XYZ | 31.01 | 20.32 | 19.12 | - |
| YUV | 123.34 | 124.42 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 117 | 0 | 0.59 | 0.42 | 0.20 | 343.36 | 0.53 | 0.56 |
| Hex | CB | 54 | 75 | 0 | 3B | 2A | 14 | 157 | 35 | 38 |
| Octal | 313 | 124 | 165 | 0 | 73 | 52 | 24 | 527 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1110101 | 0 | 111011 | 101010 | 10100 | 101010111 | 110101 | 111000 |
Color Harmonies of #CB5475
Complementary color
Monochromatic Colors of #CB5475
Black with #CB5475
Text Example
Text Example
White with #CB5475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5475; }
p { color: rgb(203,84,117); }
H1.HeaderClassName
{
color: #CB5475;
}
.AnyTagClassName
{
color: #CB5475;
}
</style>
background-color css
<style>
a { background-color: #CB5475; }
a { background-color: rgb(203,84,117); }
div.DivClassName
{
background-color: #CB5475;
}
.BgClassName
{
background-color: #CB5475;
}
</style>
border-color css
<style>
span { border-color: #CB5475; }
span { border-color: rgb(203,84,117); }
td.TdClassName
{
border-color: #CB5475;
}
.TagClassName
{
border-color: #CB5475;
}
</style>