Shades of Cabaret #CB656E
Tints of Cabaret #CB656E
RGB
CMYK
RGB Variations
Color information
#CB656E (or 0xCB656E) is known color: Cabaret. HEX triplet: CB, 65 and 6E. RGB value is (203,101,110). Sum of RGB (Red+Green+Blue) = 203+101+110=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB656E is #349A91. Grayscale: #848484. Windows color (decimal): -3447442 or 7235019. OLE color: 7235019.
HSL color Cylindrical-coordinate representation of color #CB656E: hue angle of 354.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB656E is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 110 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.20 |
| HSL | 354.71º | 0.5% | 0.6% | - |
| HSV(B) | 354.71º | 0.5% | 0.8% | - |
| XYZ | 32.1 | 23.13 | 17.52 | - |
| YUV | 132.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 110 | 0 | 0.50 | 0.46 | 0.20 | 354.71 | 0.5 | 0.6 |
| Hex | CB | 65 | 6E | 0 | 32 | 2E | 14 | 163 | 32 | 3C |
| Octal | 313 | 145 | 156 | 0 | 62 | 56 | 24 | 543 | 62 | 74 |
| Binary | 11001011 | 1100101 | 1101110 | 0 | 110010 | 101110 | 10100 | 101100011 | 110010 | 111100 |
Color Harmonies of #CB656E
Complementary color
Monochromatic Colors of #CB656E
Black with #CB656E
Text Example
Text Example
White with #CB656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB656E; }
p { color: rgb(203,101,110); }
H1.HeaderClassName
{
color: #CB656E;
}
.AnyTagClassName
{
color: #CB656E;
}
</style>
background-color css
<style>
a { background-color: #CB656E; }
a { background-color: rgb(203,101,110); }
div.DivClassName
{
background-color: #CB656E;
}
.BgClassName
{
background-color: #CB656E;
}
</style>
border-color css
<style>
span { border-color: #CB656E; }
span { border-color: rgb(203,101,110); }
td.TdClassName
{
border-color: #CB656E;
}
.TagClassName
{
border-color: #CB656E;
}
</style>