Shades of Cabaret #CB656B
Tints of Cabaret #CB656B
RGB
CMYK
RGB Variations
Color information
#CB656B (or 0xCB656B) is known color: Cabaret. HEX triplet: CB, 65 and 6B. RGB value is (203,101,107). Sum of RGB (Red+Green+Blue) = 203+101+107=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB656B is #349A94. Grayscale: #848484. Windows color (decimal): -3447445 or 7038411. OLE color: 7038411.
HSL color Cylindrical-coordinate representation of color #CB656B: hue angle of 356.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB656B is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 107 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.20 |
| HSL | 356.47º | 0.5% | 0.6% | - |
| HSV(B) | 356.47º | 0.5% | 0.8% | - |
| XYZ | 31.94 | 23.07 | 16.68 | - |
| YUV | 132.18 | 113.79 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 107 | 0 | 0.50 | 0.47 | 0.20 | 356.47 | 0.5 | 0.6 |
| Hex | CB | 65 | 6B | 0 | 32 | 2F | 14 | 164 | 32 | 3C |
| Octal | 313 | 145 | 153 | 0 | 62 | 57 | 24 | 544 | 62 | 74 |
| Binary | 11001011 | 1100101 | 1101011 | 0 | 110010 | 101111 | 10100 | 101100100 | 110010 | 111100 |
Color Harmonies of #CB656B
Complementary color
Monochromatic Colors of #CB656B
Black with #CB656B
Text Example
Text Example
White with #CB656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB656B; }
p { color: rgb(203,101,107); }
H1.HeaderClassName
{
color: #CB656B;
}
.AnyTagClassName
{
color: #CB656B;
}
</style>
background-color css
<style>
a { background-color: #CB656B; }
a { background-color: rgb(203,101,107); }
div.DivClassName
{
background-color: #CB656B;
}
.BgClassName
{
background-color: #CB656B;
}
</style>
border-color css
<style>
span { border-color: #CB656B; }
span { border-color: rgb(203,101,107); }
td.TdClassName
{
border-color: #CB656B;
}
.TagClassName
{
border-color: #CB656B;
}
</style>