Shades of Cabaret #CB616E
Tints of Cabaret #CB616E
RGB
CMYK
RGB Variations
Color information
#CB616E (or 0xCB616E) is known color: Cabaret. HEX triplet: CB, 61 and 6E. RGB value is (203,97,110). Sum of RGB (Red+Green+Blue) = 203+97+110=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB616E is #349E91. Grayscale: #828282. Windows color (decimal): -3448466 or 7233995. OLE color: 7233995.
HSL color Cylindrical-coordinate representation of color #CB616E: hue angle of 352.64º 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 #CB616E is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 110 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.20 |
| HSL | 352.64º | 0.5% | 0.59% | - |
| HSV(B) | 352.64º | 0.52% | 0.8% | - |
| XYZ | 31.72 | 22.37 | 17.4 | - |
| YUV | 130.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 110 | 0 | 0.52 | 0.46 | 0.20 | 352.64 | 0.5 | 0.59 |
| Hex | CB | 61 | 6E | 0 | 34 | 2E | 14 | 161 | 32 | 3B |
| Octal | 313 | 141 | 156 | 0 | 64 | 56 | 24 | 541 | 62 | 73 |
| Binary | 11001011 | 1100001 | 1101110 | 0 | 110100 | 101110 | 10100 | 101100001 | 110010 | 111011 |
Color Harmonies of #CB616E
Complementary color
Monochromatic Colors of #CB616E
Black with #CB616E
Text Example
Text Example
White with #CB616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB616E; }
p { color: rgb(203,97,110); }
H1.HeaderClassName
{
color: #CB616E;
}
.AnyTagClassName
{
color: #CB616E;
}
</style>
background-color css
<style>
a { background-color: #CB616E; }
a { background-color: rgb(203,97,110); }
div.DivClassName
{
background-color: #CB616E;
}
.BgClassName
{
background-color: #CB616E;
}
</style>
border-color css
<style>
span { border-color: #CB616E; }
span { border-color: rgb(203,97,110); }
td.TdClassName
{
border-color: #CB616E;
}
.TagClassName
{
border-color: #CB616E;
}
</style>