Shades of Cabaret #CB607B
Tints of Cabaret #CB607B
RGB
CMYK
RGB Variations
Color information
#CB607B (or 0xCB607B) is known color: Cabaret. HEX triplet: CB, 60 and 7B. RGB value is (203,96,123). Sum of RGB (Red+Green+Blue) = 203+96+123=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB607B is #349F84. Grayscale: #838383. Windows color (decimal): -3448709 or 8085707. OLE color: 8085707.
HSL color Cylindrical-coordinate representation of color #CB607B: hue angle of 344.86º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB607B is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 123 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.20 |
| HSL | 344.86º | 0.51% | 0.59% | - |
| HSV(B) | 344.86º | 0.53% | 0.8% | - |
| XYZ | 32.39 | 22.49 | 21.37 | - |
| YUV | 131.07 | 123.45 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 123 | 0 | 0.53 | 0.39 | 0.20 | 344.86 | 0.51 | 0.59 |
| Hex | CB | 60 | 7B | 0 | 35 | 27 | 14 | 159 | 33 | 3B |
| Octal | 313 | 140 | 173 | 0 | 65 | 47 | 24 | 531 | 63 | 73 |
| Binary | 11001011 | 1100000 | 1111011 | 0 | 110101 | 100111 | 10100 | 101011001 | 110011 | 111011 |
Color Harmonies of #CB607B
Complementary color
Monochromatic Colors of #CB607B
Black with #CB607B
Text Example
Text Example
White with #CB607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB607B; }
p { color: rgb(203,96,123); }
H1.HeaderClassName
{
color: #CB607B;
}
.AnyTagClassName
{
color: #CB607B;
}
</style>
background-color css
<style>
a { background-color: #CB607B; }
a { background-color: rgb(203,96,123); }
div.DivClassName
{
background-color: #CB607B;
}
.BgClassName
{
background-color: #CB607B;
}
</style>
border-color css
<style>
span { border-color: #CB607B; }
span { border-color: rgb(203,96,123); }
td.TdClassName
{
border-color: #CB607B;
}
.TagClassName
{
border-color: #CB607B;
}
</style>