Shades of Cabaret #CB5A67
Tints of Cabaret #CB5A67
RGB
CMYK
RGB Variations
Color information
#CB5A67 (or 0xCB5A67) is known color: Cabaret. HEX triplet: CB, 5A and 67. RGB value is (203,90,103). Sum of RGB (Red+Green+Blue) = 203+90+103=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A67 is #34A598. Grayscale: #7D7D7D. Windows color (decimal): -3450265 or 6773451. OLE color: 6773451.
HSL color Cylindrical-coordinate representation of color #CB5A67: hue angle of 353.1º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5A67 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 103 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.20 |
| HSL | 353.1º | 0.52% | 0.57% | - |
| HSV(B) | 353.1º | 0.56% | 0.8% | - |
| XYZ | 30.73 | 20.99 | 15.26 | - |
| YUV | 125.27 | 115.44 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 103 | 0 | 0.56 | 0.49 | 0.20 | 353.1 | 0.52 | 0.57 |
| Hex | CB | 5A | 67 | 0 | 38 | 31 | 14 | 161 | 34 | 39 |
| Octal | 313 | 132 | 147 | 0 | 70 | 61 | 24 | 541 | 64 | 71 |
| Binary | 11001011 | 1011010 | 1100111 | 0 | 111000 | 110001 | 10100 | 101100001 | 110100 | 111001 |
Color Harmonies of #CB5A67
Complementary color
Monochromatic Colors of #CB5A67
Black with #CB5A67
Text Example
Text Example
White with #CB5A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A67; }
p { color: rgb(203,90,103); }
H1.HeaderClassName
{
color: #CB5A67;
}
.AnyTagClassName
{
color: #CB5A67;
}
</style>
background-color css
<style>
a { background-color: #CB5A67; }
a { background-color: rgb(203,90,103); }
div.DivClassName
{
background-color: #CB5A67;
}
.BgClassName
{
background-color: #CB5A67;
}
</style>
border-color css
<style>
span { border-color: #CB5A67; }
span { border-color: rgb(203,90,103); }
td.TdClassName
{
border-color: #CB5A67;
}
.TagClassName
{
border-color: #CB5A67;
}
</style>