Shades of Cabaret #CB656A
Tints of Cabaret #CB656A
RGB
CMYK
RGB Variations
Color information
#CB656A (or 0xCB656A) is known color: Cabaret. HEX triplet: CB, 65 and 6A. RGB value is (203,101,106). Sum of RGB (Red+Green+Blue) = 203+101+106=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB656A is #349A95. Grayscale: #848484. Windows color (decimal): -3447446 or 6972875. OLE color: 6972875.
HSL color Cylindrical-coordinate representation of color #CB656A: hue angle of 357.06º 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 #CB656A is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 106 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.20 |
| HSL | 357.06º | 0.5% | 0.6% | - |
| HSV(B) | 357.06º | 0.5% | 0.8% | - |
| XYZ | 31.88 | 23.04 | 16.4 | - |
| YUV | 132.07 | 113.29 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 106 | 0 | 0.50 | 0.48 | 0.20 | 357.06 | 0.5 | 0.6 |
| Hex | CB | 65 | 6A | 0 | 32 | 30 | 14 | 165 | 32 | 3C |
| Octal | 313 | 145 | 152 | 0 | 62 | 60 | 24 | 545 | 62 | 74 |
| Binary | 11001011 | 1100101 | 1101010 | 0 | 110010 | 110000 | 10100 | 101100101 | 110010 | 111100 |
Color Harmonies of #CB656A
Complementary color
Monochromatic Colors of #CB656A
Black with #CB656A
Text Example
Text Example
White with #CB656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB656A; }
p { color: rgb(203,101,106); }
H1.HeaderClassName
{
color: #CB656A;
}
.AnyTagClassName
{
color: #CB656A;
}
</style>
background-color css
<style>
a { background-color: #CB656A; }
a { background-color: rgb(203,101,106); }
div.DivClassName
{
background-color: #CB656A;
}
.BgClassName
{
background-color: #CB656A;
}
</style>
border-color css
<style>
span { border-color: #CB656A; }
span { border-color: rgb(203,101,106); }
td.TdClassName
{
border-color: #CB656A;
}
.TagClassName
{
border-color: #CB656A;
}
</style>