Shades of Cabaret #CB637A
Tints of Cabaret #CB637A
RGB
CMYK
RGB Variations
Color information
#CB637A (or 0xCB637A) is known color: Cabaret. HEX triplet: CB, 63 and 7A. RGB value is (203,99,122). Sum of RGB (Red+Green+Blue) = 203+99+122=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB637A is #349C85. Grayscale: #848484. Windows color (decimal): -3447942 or 8020939. OLE color: 8020939.
HSL color Cylindrical-coordinate representation of color #CB637A: hue angle of 346.73º 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 #CB637A is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 122 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.20 |
| HSL | 346.73º | 0.5% | 0.59% | - |
| HSV(B) | 346.73º | 0.51% | 0.8% | - |
| XYZ | 32.6 | 23.03 | 21.14 | - |
| YUV | 132.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 122 | 0 | 0.51 | 0.40 | 0.20 | 346.73 | 0.5 | 0.59 |
| Hex | CB | 63 | 7A | 0 | 33 | 28 | 14 | 15B | 32 | 3B |
| Octal | 313 | 143 | 172 | 0 | 63 | 50 | 24 | 533 | 62 | 73 |
| Binary | 11001011 | 1100011 | 1111010 | 0 | 110011 | 101000 | 10100 | 101011011 | 110010 | 111011 |
Color Harmonies of #CB637A
Complementary color
Monochromatic Colors of #CB637A
Black with #CB637A
Text Example
Text Example
White with #CB637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB637A; }
p { color: rgb(203,99,122); }
H1.HeaderClassName
{
color: #CB637A;
}
.AnyTagClassName
{
color: #CB637A;
}
</style>
background-color css
<style>
a { background-color: #CB637A; }
a { background-color: rgb(203,99,122); }
div.DivClassName
{
background-color: #CB637A;
}
.BgClassName
{
background-color: #CB637A;
}
</style>
border-color css
<style>
span { border-color: #CB637A; }
span { border-color: rgb(203,99,122); }
td.TdClassName
{
border-color: #CB637A;
}
.TagClassName
{
border-color: #CB637A;
}
</style>