Shades of Cabaret #CB6470
Tints of Cabaret #CB6470
RGB
CMYK
RGB Variations
Color information
#CB6470 (or 0xCB6470) is known color: Cabaret. HEX triplet: CB, 64 and 70. RGB value is (203,100,112). Sum of RGB (Red+Green+Blue) = 203+100+112=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6470 is #349B8F. Grayscale: #848484. Windows color (decimal): -3447696 or 7365835. OLE color: 7365835.
HSL color Cylindrical-coordinate representation of color #CB6470: hue angle of 353.01º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6470 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 112 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.20 |
| HSL | 353.01º | 0.5% | 0.59% | - |
| HSV(B) | 353.01º | 0.51% | 0.8% | - |
| XYZ | 32.11 | 22.98 | 18.07 | - |
| YUV | 132.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 112 | 0 | 0.51 | 0.45 | 0.20 | 353.01 | 0.5 | 0.59 |
| Hex | CB | 64 | 70 | 0 | 33 | 2D | 14 | 161 | 32 | 3B |
| Octal | 313 | 144 | 160 | 0 | 63 | 55 | 24 | 541 | 62 | 73 |
| Binary | 11001011 | 1100100 | 1110000 | 0 | 110011 | 101101 | 10100 | 101100001 | 110010 | 111011 |
Color Harmonies of #CB6470
Complementary color
Monochromatic Colors of #CB6470
Black with #CB6470
Text Example
Text Example
White with #CB6470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6470; }
p { color: rgb(203,100,112); }
H1.HeaderClassName
{
color: #CB6470;
}
.AnyTagClassName
{
color: #CB6470;
}
</style>
background-color css
<style>
a { background-color: #CB6470; }
a { background-color: rgb(203,100,112); }
div.DivClassName
{
background-color: #CB6470;
}
.BgClassName
{
background-color: #CB6470;
}
</style>
border-color css
<style>
span { border-color: #CB6470; }
span { border-color: rgb(203,100,112); }
td.TdClassName
{
border-color: #CB6470;
}
.TagClassName
{
border-color: #CB6470;
}
</style>