Shades of Cabaret #CB617B
Tints of Cabaret #CB617B
RGB
CMYK
RGB Variations
Color information
#CB617B (or 0xCB617B) is known color: Cabaret. HEX triplet: CB, 61 and 7B. RGB value is (203,97,123). Sum of RGB (Red+Green+Blue) = 203+97+123=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB617B is #349E84. Grayscale: #838383. Windows color (decimal): -3448453 or 8085963. OLE color: 8085963.
HSL color Cylindrical-coordinate representation of color #CB617B: hue angle of 345.28º 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 #CB617B is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 123 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.20 |
| HSL | 345.28º | 0.5% | 0.59% | - |
| HSV(B) | 345.28º | 0.52% | 0.8% | - |
| XYZ | 32.48 | 22.68 | 21.4 | - |
| YUV | 131.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 123 | 0 | 0.52 | 0.39 | 0.20 | 345.28 | 0.5 | 0.59 |
| Hex | CB | 61 | 7B | 0 | 34 | 27 | 14 | 159 | 32 | 3B |
| Octal | 313 | 141 | 173 | 0 | 64 | 47 | 24 | 531 | 62 | 73 |
| Binary | 11001011 | 1100001 | 1111011 | 0 | 110100 | 100111 | 10100 | 101011001 | 110010 | 111011 |
Color Harmonies of #CB617B
Complementary color
Monochromatic Colors of #CB617B
Black with #CB617B
Text Example
Text Example
White with #CB617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB617B; }
p { color: rgb(203,97,123); }
H1.HeaderClassName
{
color: #CB617B;
}
.AnyTagClassName
{
color: #CB617B;
}
</style>
background-color css
<style>
a { background-color: #CB617B; }
a { background-color: rgb(203,97,123); }
div.DivClassName
{
background-color: #CB617B;
}
.BgClassName
{
background-color: #CB617B;
}
</style>
border-color css
<style>
span { border-color: #CB617B; }
span { border-color: rgb(203,97,123); }
td.TdClassName
{
border-color: #CB617B;
}
.TagClassName
{
border-color: #CB617B;
}
</style>