Shades of Cabaret #CB4565
Tints of Cabaret #CB4565
RGB
CMYK
RGB Variations
Color information
#CB4565 (or 0xCB4565) is known color: Cabaret. HEX triplet: CB, 45 and 65. RGB value is (203,69,101). Sum of RGB (Red+Green+Blue) = 203+69+101=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 101 (39.84% from 255 or 27.08% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4565 is #34BA9A. Grayscale: #707070. Windows color (decimal): -3455643 or 6637003. OLE color: 6637003.
HSL color Cylindrical-coordinate representation of color #CB4565: hue angle of 345.67º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4565 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 101 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.20 |
| HSL | 345.67º | 0.56% | 0.53% | - |
| HSV(B) | 345.67º | 0.66% | 0.8% | - |
| XYZ | 29.11 | 17.89 | 14.23 | - |
| YUV | 112.71 | 121.39 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 101 | 0 | 0.66 | 0.50 | 0.20 | 345.67 | 0.56 | 0.53 |
| Hex | CB | 45 | 65 | 0 | 42 | 32 | 14 | 15A | 38 | 35 |
| Octal | 313 | 105 | 145 | 0 | 102 | 62 | 24 | 532 | 70 | 65 |
| Binary | 11001011 | 1000101 | 1100101 | 0 | 1000010 | 110010 | 10100 | 101011010 | 111000 | 110101 |
Color Harmonies of #CB4565
Complementary color
Monochromatic Colors of #CB4565
Black with #CB4565
Text Example
Text Example
White with #CB4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4565; }
p { color: rgb(203,69,101); }
H1.HeaderClassName
{
color: #CB4565;
}
.AnyTagClassName
{
color: #CB4565;
}
</style>
background-color css
<style>
a { background-color: #CB4565; }
a { background-color: rgb(203,69,101); }
div.DivClassName
{
background-color: #CB4565;
}
.BgClassName
{
background-color: #CB4565;
}
</style>
border-color css
<style>
span { border-color: #CB4565; }
span { border-color: rgb(203,69,101); }
td.TdClassName
{
border-color: #CB4565;
}
.TagClassName
{
border-color: #CB4565;
}
</style>