Shades of Cabaret #CB646B
Tints of Cabaret #CB646B
RGB
CMYK
RGB Variations
Color information
#CB646B (or 0xCB646B) is known color: Cabaret. HEX triplet: CB, 64 and 6B. RGB value is (203,100,107). Sum of RGB (Red+Green+Blue) = 203+100+107=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB646B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB646B is #349B94. Grayscale: #838383. Windows color (decimal): -3447701 or 7038155. OLE color: 7038155.
HSL color Cylindrical-coordinate representation of color #CB646B: hue angle of 355.92º 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 #CB646B is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 107 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.20 |
| HSL | 355.92º | 0.5% | 0.59% | - |
| HSV(B) | 355.92º | 0.51% | 0.8% | - |
| XYZ | 31.84 | 22.87 | 16.65 | - |
| YUV | 131.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 107 | 0 | 0.51 | 0.47 | 0.20 | 355.92 | 0.5 | 0.59 |
| Hex | CB | 64 | 6B | 0 | 33 | 2F | 14 | 164 | 32 | 3B |
| Octal | 313 | 144 | 153 | 0 | 63 | 57 | 24 | 544 | 62 | 73 |
| Binary | 11001011 | 1100100 | 1101011 | 0 | 110011 | 101111 | 10100 | 101100100 | 110010 | 111011 |
Color Harmonies of #CB646B
Complementary color
Monochromatic Colors of #CB646B
Black with #CB646B
Text Example
Text Example
White with #CB646B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB646B; }
p { color: rgb(203,100,107); }
H1.HeaderClassName
{
color: #CB646B;
}
.AnyTagClassName
{
color: #CB646B;
}
</style>
background-color css
<style>
a { background-color: #CB646B; }
a { background-color: rgb(203,100,107); }
div.DivClassName
{
background-color: #CB646B;
}
.BgClassName
{
background-color: #CB646B;
}
</style>
border-color css
<style>
span { border-color: #CB646B; }
span { border-color: rgb(203,100,107); }
td.TdClassName
{
border-color: #CB646B;
}
.TagClassName
{
border-color: #CB646B;
}
</style>