Shades of Cabaret #CB606A
Tints of Cabaret #CB606A
RGB
CMYK
RGB Variations
Color information
#CB606A (or 0xCB606A) is known color: Cabaret. HEX triplet: CB, 60 and 6A. RGB value is (203,96,106). Sum of RGB (Red+Green+Blue) = 203+96+106=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 96 (37.89% from 255 or 23.70% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB606A is #349F95. Grayscale: #818181. Windows color (decimal): -3448726 or 6971595. OLE color: 6971595.
HSL color Cylindrical-coordinate representation of color #CB606A: hue angle of 354.39º 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 #CB606A is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 106 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.20 |
| HSL | 354.39º | 0.51% | 0.59% | - |
| HSV(B) | 354.39º | 0.53% | 0.8% | - |
| XYZ | 31.41 | 22.1 | 16.25 | - |
| YUV | 129.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 106 | 0 | 0.53 | 0.48 | 0.20 | 354.39 | 0.51 | 0.59 |
| Hex | CB | 60 | 6A | 0 | 35 | 30 | 14 | 162 | 33 | 3B |
| Octal | 313 | 140 | 152 | 0 | 65 | 60 | 24 | 542 | 63 | 73 |
| Binary | 11001011 | 1100000 | 1101010 | 0 | 110101 | 110000 | 10100 | 101100010 | 110011 | 111011 |
Color Harmonies of #CB606A
Complementary color
Monochromatic Colors of #CB606A
Black with #CB606A
Text Example
Text Example
White with #CB606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB606A; }
p { color: rgb(203,96,106); }
H1.HeaderClassName
{
color: #CB606A;
}
.AnyTagClassName
{
color: #CB606A;
}
</style>
background-color css
<style>
a { background-color: #CB606A; }
a { background-color: rgb(203,96,106); }
div.DivClassName
{
background-color: #CB606A;
}
.BgClassName
{
background-color: #CB606A;
}
</style>
border-color css
<style>
span { border-color: #CB606A; }
span { border-color: rgb(203,96,106); }
td.TdClassName
{
border-color: #CB606A;
}
.TagClassName
{
border-color: #CB606A;
}
</style>