Shades of Cabaret #CB5A6F
Tints of Cabaret #CB5A6F
RGB
CMYK
RGB Variations
Color information
#CB5A6F (or 0xCB5A6F) is known color: Cabaret. HEX triplet: CB, 5A and 6F. RGB value is (203,90,111). Sum of RGB (Red+Green+Blue) = 203+90+111=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 111 (43.75% from 255 or 27.48% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A6F is #34A590. Grayscale: #7E7E7E. Windows color (decimal): -3450257 or 7297739. OLE color: 7297739.
HSL color Cylindrical-coordinate representation of color #CB5A6F: hue angle of 348.85º 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 #CB5A6F is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 111 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.20 |
| HSL | 348.85º | 0.52% | 0.57% | - |
| HSV(B) | 348.85º | 0.56% | 0.8% | - |
| XYZ | 31.15 | 21.16 | 17.48 | - |
| YUV | 126.18 | 119.44 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 111 | 0 | 0.56 | 0.45 | 0.20 | 348.85 | 0.52 | 0.57 |
| Hex | CB | 5A | 6F | 0 | 38 | 2D | 14 | 15D | 34 | 39 |
| Octal | 313 | 132 | 157 | 0 | 70 | 55 | 24 | 535 | 64 | 71 |
| Binary | 11001011 | 1011010 | 1101111 | 0 | 111000 | 101101 | 10100 | 101011101 | 110100 | 111001 |
Color Harmonies of #CB5A6F
Complementary color
Monochromatic Colors of #CB5A6F
Black with #CB5A6F
Text Example
Text Example
White with #CB5A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A6F; }
p { color: rgb(203,90,111); }
H1.HeaderClassName
{
color: #CB5A6F;
}
.AnyTagClassName
{
color: #CB5A6F;
}
</style>
background-color css
<style>
a { background-color: #CB5A6F; }
a { background-color: rgb(203,90,111); }
div.DivClassName
{
background-color: #CB5A6F;
}
.BgClassName
{
background-color: #CB5A6F;
}
</style>
border-color css
<style>
span { border-color: #CB5A6F; }
span { border-color: rgb(203,90,111); }
td.TdClassName
{
border-color: #CB5A6F;
}
.TagClassName
{
border-color: #CB5A6F;
}
</style>