Shades of Cabaret #CB646C
Tints of Cabaret #CB646C
RGB
CMYK
RGB Variations
Color information
#CB646C (or 0xCB646C) is known color: Cabaret. HEX triplet: CB, 64 and 6C. RGB value is (203,100,108). Sum of RGB (Red+Green+Blue) = 203+100+108=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB646C is #349B93. Grayscale: #838383. Windows color (decimal): -3447700 or 7103691. OLE color: 7103691.
HSL color Cylindrical-coordinate representation of color #CB646C: hue angle of 355.34º 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 #CB646C is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 108 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.20 |
| HSL | 355.34º | 0.5% | 0.59% | - |
| HSV(B) | 355.34º | 0.51% | 0.8% | - |
| XYZ | 31.89 | 22.89 | 16.93 | - |
| YUV | 131.71 | 114.62 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 108 | 0 | 0.51 | 0.47 | 0.20 | 355.34 | 0.5 | 0.59 |
| Hex | CB | 64 | 6C | 0 | 33 | 2F | 14 | 163 | 32 | 3B |
| Octal | 313 | 144 | 154 | 0 | 63 | 57 | 24 | 543 | 62 | 73 |
| Binary | 11001011 | 1100100 | 1101100 | 0 | 110011 | 101111 | 10100 | 101100011 | 110010 | 111011 |
Color Harmonies of #CB646C
Complementary color
Monochromatic Colors of #CB646C
Black with #CB646C
Text Example
Text Example
White with #CB646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB646C; }
p { color: rgb(203,100,108); }
H1.HeaderClassName
{
color: #CB646C;
}
.AnyTagClassName
{
color: #CB646C;
}
</style>
background-color css
<style>
a { background-color: #CB646C; }
a { background-color: rgb(203,100,108); }
div.DivClassName
{
background-color: #CB646C;
}
.BgClassName
{
background-color: #CB646C;
}
</style>
border-color css
<style>
span { border-color: #CB646C; }
span { border-color: rgb(203,100,108); }
td.TdClassName
{
border-color: #CB646C;
}
.TagClassName
{
border-color: #CB646C;
}
</style>