Shades of Cabaret #CB6570
Tints of Cabaret #CB6570
RGB
CMYK
RGB Variations
Color information
#CB6570 (or 0xCB6570) is known color: Cabaret. HEX triplet: CB, 65 and 70. RGB value is (203,101,112). Sum of RGB (Red+Green+Blue) = 203+101+112=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6570 is #349A8F. Grayscale: #848484. Windows color (decimal): -3447440 or 7366091. OLE color: 7366091.
HSL color Cylindrical-coordinate representation of color #CB6570: hue angle of 353.53º 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 #CB6570 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 112 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.20 |
| HSL | 353.53º | 0.5% | 0.6% | - |
| HSV(B) | 353.53º | 0.5% | 0.8% | - |
| XYZ | 32.21 | 23.17 | 18.1 | - |
| YUV | 132.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 112 | 0 | 0.50 | 0.45 | 0.20 | 353.53 | 0.5 | 0.6 |
| Hex | CB | 65 | 70 | 0 | 32 | 2D | 14 | 162 | 32 | 3C |
| Octal | 313 | 145 | 160 | 0 | 62 | 55 | 24 | 542 | 62 | 74 |
| Binary | 11001011 | 1100101 | 1110000 | 0 | 110010 | 101101 | 10100 | 101100010 | 110010 | 111100 |
Color Harmonies of #CB6570
Complementary color
Monochromatic Colors of #CB6570
Black with #CB6570
Text Example
Text Example
White with #CB6570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6570; }
p { color: rgb(203,101,112); }
H1.HeaderClassName
{
color: #CB6570;
}
.AnyTagClassName
{
color: #CB6570;
}
</style>
background-color css
<style>
a { background-color: #CB6570; }
a { background-color: rgb(203,101,112); }
div.DivClassName
{
background-color: #CB6570;
}
.BgClassName
{
background-color: #CB6570;
}
</style>
border-color css
<style>
span { border-color: #CB6570; }
span { border-color: rgb(203,101,112); }
td.TdClassName
{
border-color: #CB6570;
}
.TagClassName
{
border-color: #CB6570;
}
</style>