Shades of Cabaret #CB627B
Tints of Cabaret #CB627B
RGB
CMYK
RGB Variations
Color information
#CB627B (or 0xCB627B) is known color: Cabaret. HEX triplet: CB, 62 and 7B. RGB value is (203,98,123). Sum of RGB (Red+Green+Blue) = 203+98+123=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB627B is #349D84. Grayscale: #848484. Windows color (decimal): -3448197 or 8086219. OLE color: 8086219.
HSL color Cylindrical-coordinate representation of color #CB627B: hue angle of 345.71º 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 #CB627B is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 123 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.20 |
| HSL | 345.71º | 0.5% | 0.59% | - |
| HSV(B) | 345.71º | 0.52% | 0.8% | - |
| XYZ | 32.57 | 22.86 | 21.43 | - |
| YUV | 132.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 123 | 0 | 0.52 | 0.39 | 0.20 | 345.71 | 0.5 | 0.59 |
| Hex | CB | 62 | 7B | 0 | 34 | 27 | 14 | 15A | 32 | 3B |
| Octal | 313 | 142 | 173 | 0 | 64 | 47 | 24 | 532 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1111011 | 0 | 110100 | 100111 | 10100 | 101011010 | 110010 | 111011 |
Color Harmonies of #CB627B
Complementary color
Monochromatic Colors of #CB627B
Black with #CB627B
Text Example
Text Example
White with #CB627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB627B; }
p { color: rgb(203,98,123); }
H1.HeaderClassName
{
color: #CB627B;
}
.AnyTagClassName
{
color: #CB627B;
}
</style>
background-color css
<style>
a { background-color: #CB627B; }
a { background-color: rgb(203,98,123); }
div.DivClassName
{
background-color: #CB627B;
}
.BgClassName
{
background-color: #CB627B;
}
</style>
border-color css
<style>
span { border-color: #CB627B; }
span { border-color: rgb(203,98,123); }
td.TdClassName
{
border-color: #CB627B;
}
.TagClassName
{
border-color: #CB627B;
}
</style>