Shades of Cabaret #CB636F
Tints of Cabaret #CB636F
RGB
CMYK
RGB Variations
Color information
#CB636F (or 0xCB636F) is known color: Cabaret. HEX triplet: CB, 63 and 6F. RGB value is (203,99,111). Sum of RGB (Red+Green+Blue) = 203+99+111=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB636F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB636F is #349C90. Grayscale: #838383. Windows color (decimal): -3447953 or 7300043. OLE color: 7300043.
HSL color Cylindrical-coordinate representation of color #CB636F: hue angle of 353.08º 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 #CB636F is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 111 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.20 |
| HSL | 353.08º | 0.5% | 0.59% | - |
| HSV(B) | 353.08º | 0.51% | 0.8% | - |
| XYZ | 31.96 | 22.77 | 17.75 | - |
| YUV | 131.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 111 | 0 | 0.51 | 0.45 | 0.20 | 353.08 | 0.5 | 0.59 |
| Hex | CB | 63 | 6F | 0 | 33 | 2D | 14 | 161 | 32 | 3B |
| Octal | 313 | 143 | 157 | 0 | 63 | 55 | 24 | 541 | 62 | 73 |
| Binary | 11001011 | 1100011 | 1101111 | 0 | 110011 | 101101 | 10100 | 101100001 | 110010 | 111011 |
Color Harmonies of #CB636F
Complementary color
Monochromatic Colors of #CB636F
Black with #CB636F
Text Example
Text Example
White with #CB636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB636F; }
p { color: rgb(203,99,111); }
H1.HeaderClassName
{
color: #CB636F;
}
.AnyTagClassName
{
color: #CB636F;
}
</style>
background-color css
<style>
a { background-color: #CB636F; }
a { background-color: rgb(203,99,111); }
div.DivClassName
{
background-color: #CB636F;
}
.BgClassName
{
background-color: #CB636F;
}
</style>
border-color css
<style>
span { border-color: #CB636F; }
span { border-color: rgb(203,99,111); }
td.TdClassName
{
border-color: #CB636F;
}
.TagClassName
{
border-color: #CB636F;
}
</style>