Shades of Cabaret #CB6471
Tints of Cabaret #CB6471
RGB
CMYK
RGB Variations
Color information
#CB6471 (or 0xCB6471) is known color: Cabaret. HEX triplet: CB, 64 and 71. RGB value is (203,100,113). Sum of RGB (Red+Green+Blue) = 203+100+113=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6471 is #349B8E. Grayscale: #848484. Windows color (decimal): -3447695 or 7431371. OLE color: 7431371.
HSL color Cylindrical-coordinate representation of color #CB6471: hue angle of 352.43º 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 #CB6471 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 113 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.20 |
| HSL | 352.43º | 0.5% | 0.59% | - |
| HSV(B) | 352.43º | 0.51% | 0.8% | - |
| XYZ | 32.17 | 23 | 18.37 | - |
| YUV | 132.28 | 117.12 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 113 | 0 | 0.51 | 0.44 | 0.20 | 352.43 | 0.5 | 0.59 |
| Hex | CB | 64 | 71 | 0 | 33 | 2C | 14 | 160 | 32 | 3B |
| Octal | 313 | 144 | 161 | 0 | 63 | 54 | 24 | 540 | 62 | 73 |
| Binary | 11001011 | 1100100 | 1110001 | 0 | 110011 | 101100 | 10100 | 101100000 | 110010 | 111011 |
Color Harmonies of #CB6471
Complementary color
Monochromatic Colors of #CB6471
Black with #CB6471
Text Example
Text Example
White with #CB6471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6471; }
p { color: rgb(203,100,113); }
H1.HeaderClassName
{
color: #CB6471;
}
.AnyTagClassName
{
color: #CB6471;
}
</style>
background-color css
<style>
a { background-color: #CB6471; }
a { background-color: rgb(203,100,113); }
div.DivClassName
{
background-color: #CB6471;
}
.BgClassName
{
background-color: #CB6471;
}
</style>
border-color css
<style>
span { border-color: #CB6471; }
span { border-color: rgb(203,100,113); }
td.TdClassName
{
border-color: #CB6471;
}
.TagClassName
{
border-color: #CB6471;
}
</style>