Shades of Cabaret #CB436D
Tints of Cabaret #CB436D
RGB
CMYK
RGB Variations
Color information
#CB436D (or 0xCB436D) is known color: Cabaret. HEX triplet: CB, 43 and 6D. RGB value is (203,67,109). Sum of RGB (Red+Green+Blue) = 203+67+109=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB436D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB436D is #34BC92. Grayscale: #707070. Windows color (decimal): -3456147 or 7160779. OLE color: 7160779.
HSL color Cylindrical-coordinate representation of color #CB436D: hue angle of 341.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB436D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 109 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.20 |
| HSL | 341.47º | 0.57% | 0.53% | - |
| HSV(B) | 341.47º | 0.67% | 0.8% | - |
| XYZ | 29.4 | 17.81 | 16.36 | - |
| YUV | 112.45 | 126.06 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 109 | 0 | 0.67 | 0.46 | 0.20 | 341.47 | 0.57 | 0.53 |
| Hex | CB | 43 | 6D | 0 | 43 | 2E | 14 | 155 | 39 | 35 |
| Octal | 313 | 103 | 155 | 0 | 103 | 56 | 24 | 525 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1101101 | 0 | 1000011 | 101110 | 10100 | 101010101 | 111001 | 110101 |
Color Harmonies of #CB436D
Complementary color
Monochromatic Colors of #CB436D
Black with #CB436D
Text Example
Text Example
White with #CB436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB436D; }
p { color: rgb(203,67,109); }
H1.HeaderClassName
{
color: #CB436D;
}
.AnyTagClassName
{
color: #CB436D;
}
</style>
background-color css
<style>
a { background-color: #CB436D; }
a { background-color: rgb(203,67,109); }
div.DivClassName
{
background-color: #CB436D;
}
.BgClassName
{
background-color: #CB436D;
}
</style>
border-color css
<style>
span { border-color: #CB436D; }
span { border-color: rgb(203,67,109); }
td.TdClassName
{
border-color: #CB436D;
}
.TagClassName
{
border-color: #CB436D;
}
</style>