Shades of Cabaret #CB5765
Tints of Cabaret #CB5765
RGB
CMYK
RGB Variations
Color information
#CB5765 (or 0xCB5765) is known color: Cabaret. HEX triplet: CB, 57 and 65. RGB value is (203,87,101). Sum of RGB (Red+Green+Blue) = 203+87+101=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5765 is #34A89A. Grayscale: #7B7B7B. Windows color (decimal): -3451035 or 6641611. OLE color: 6641611.
HSL color Cylindrical-coordinate representation of color #CB5765: hue angle of 352.76º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5765 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 101 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.20 |
| HSL | 352.76º | 0.53% | 0.57% | - |
| HSV(B) | 352.76º | 0.57% | 0.8% | - |
| XYZ | 30.39 | 20.45 | 14.66 | - |
| YUV | 123.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 101 | 0 | 0.57 | 0.50 | 0.20 | 352.76 | 0.53 | 0.57 |
| Hex | CB | 57 | 65 | 0 | 39 | 32 | 14 | 161 | 35 | 39 |
| Octal | 313 | 127 | 145 | 0 | 71 | 62 | 24 | 541 | 65 | 71 |
| Binary | 11001011 | 1010111 | 1100101 | 0 | 111001 | 110010 | 10100 | 101100001 | 110101 | 111001 |
Color Harmonies of #CB5765
Complementary color
Monochromatic Colors of #CB5765
Black with #CB5765
Text Example
Text Example
White with #CB5765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5765; }
p { color: rgb(203,87,101); }
H1.HeaderClassName
{
color: #CB5765;
}
.AnyTagClassName
{
color: #CB5765;
}
</style>
background-color css
<style>
a { background-color: #CB5765; }
a { background-color: rgb(203,87,101); }
div.DivClassName
{
background-color: #CB5765;
}
.BgClassName
{
background-color: #CB5765;
}
</style>
border-color css
<style>
span { border-color: #CB5765; }
span { border-color: rgb(203,87,101); }
td.TdClassName
{
border-color: #CB5765;
}
.TagClassName
{
border-color: #CB5765;
}
</style>