Shades of Cabaret #CB637B
Tints of Cabaret #CB637B
RGB
CMYK
RGB Variations
Color information
#CB637B (or 0xCB637B) is known color: Cabaret. HEX triplet: CB, 63 and 7B. RGB value is (203,99,123). Sum of RGB (Red+Green+Blue) = 203+99+123=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB637B is #349C84. Grayscale: #848484. Windows color (decimal): -3447941 or 8086475. OLE color: 8086475.
HSL color Cylindrical-coordinate representation of color #CB637B: hue angle of 346.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB637B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 123 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.20 |
| HSL | 346.15º | 0.5% | 0.59% | - |
| HSV(B) | 346.15º | 0.51% | 0.8% | - |
| XYZ | 32.67 | 23.05 | 21.47 | - |
| YUV | 132.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 123 | 0 | 0.51 | 0.39 | 0.20 | 346.15 | 0.5 | 0.59 |
| Hex | CB | 63 | 7B | 0 | 33 | 27 | 14 | 15A | 32 | 3B |
| Octal | 313 | 143 | 173 | 0 | 63 | 47 | 24 | 532 | 62 | 73 |
| Binary | 11001011 | 1100011 | 1111011 | 0 | 110011 | 100111 | 10100 | 101011010 | 110010 | 111011 |
Color Harmonies of #CB637B
Complementary color
Monochromatic Colors of #CB637B
Black with #CB637B
Text Example
Text Example
White with #CB637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB637B; }
p { color: rgb(203,99,123); }
H1.HeaderClassName
{
color: #CB637B;
}
.AnyTagClassName
{
color: #CB637B;
}
</style>
background-color css
<style>
a { background-color: #CB637B; }
a { background-color: rgb(203,99,123); }
div.DivClassName
{
background-color: #CB637B;
}
.BgClassName
{
background-color: #CB637B;
}
</style>
border-color css
<style>
span { border-color: #CB637B; }
span { border-color: rgb(203,99,123); }
td.TdClassName
{
border-color: #CB637B;
}
.TagClassName
{
border-color: #CB637B;
}
</style>