Shades of Cabaret #CB617A
Tints of Cabaret #CB617A
RGB
CMYK
RGB Variations
Color information
#CB617A (or 0xCB617A) is known color: Cabaret. HEX triplet: CB, 61 and 7A. RGB value is (203,97,122). Sum of RGB (Red+Green+Blue) = 203+97+122=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB617A is #349E85. Grayscale: #838383. Windows color (decimal): -3448454 or 8020427. OLE color: 8020427.
HSL color Cylindrical-coordinate representation of color #CB617A: hue angle of 345.85º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB617A is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 122 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.20 |
| HSL | 345.85º | 0.5% | 0.59% | - |
| HSV(B) | 345.85º | 0.52% | 0.8% | - |
| XYZ | 32.42 | 22.65 | 21.08 | - |
| YUV | 131.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 122 | 0 | 0.52 | 0.40 | 0.20 | 345.85 | 0.5 | 0.59 |
| Hex | CB | 61 | 7A | 0 | 34 | 28 | 14 | 15A | 32 | 3B |
| Octal | 313 | 141 | 172 | 0 | 64 | 50 | 24 | 532 | 62 | 73 |
| Binary | 11001011 | 1100001 | 1111010 | 0 | 110100 | 101000 | 10100 | 101011010 | 110010 | 111011 |
Color Harmonies of #CB617A
Complementary color
Monochromatic Colors of #CB617A
Black with #CB617A
Text Example
Text Example
White with #CB617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB617A; }
p { color: rgb(203,97,122); }
H1.HeaderClassName
{
color: #CB617A;
}
.AnyTagClassName
{
color: #CB617A;
}
</style>
background-color css
<style>
a { background-color: #CB617A; }
a { background-color: rgb(203,97,122); }
div.DivClassName
{
background-color: #CB617A;
}
.BgClassName
{
background-color: #CB617A;
}
</style>
border-color css
<style>
span { border-color: #CB617A; }
span { border-color: rgb(203,97,122); }
td.TdClassName
{
border-color: #CB617A;
}
.TagClassName
{
border-color: #CB617A;
}
</style>