Shades of Cabaret #CB436F
Tints of Cabaret #CB436F
RGB
CMYK
RGB Variations
Color information
#CB436F (or 0xCB436F) is known color: Cabaret. HEX triplet: CB, 43 and 6F. RGB value is (203,67,111). Sum of RGB (Red+Green+Blue) = 203+67+111=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 67 (26.56% from 255 or 17.59% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB436F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB436F is #34BC90. Grayscale: #707070. Windows color (decimal): -3456145 or 7291851. OLE color: 7291851.
HSL color Cylindrical-coordinate representation of color #CB436F: hue angle of 340.59º 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 #CB436F is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 111 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.20 |
| HSL | 340.59º | 0.57% | 0.53% | - |
| HSV(B) | 340.59º | 0.67% | 0.8% | - |
| XYZ | 29.51 | 17.86 | 16.93 | - |
| YUV | 112.68 | 127.06 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 111 | 0 | 0.67 | 0.45 | 0.20 | 340.59 | 0.57 | 0.53 |
| Hex | CB | 43 | 6F | 0 | 43 | 2D | 14 | 155 | 39 | 35 |
| Octal | 313 | 103 | 157 | 0 | 103 | 55 | 24 | 525 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1101111 | 0 | 1000011 | 101101 | 10100 | 101010101 | 111001 | 110101 |
Color Harmonies of #CB436F
Complementary color
Monochromatic Colors of #CB436F
Black with #CB436F
Text Example
Text Example
White with #CB436F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB436F; }
p { color: rgb(203,67,111); }
H1.HeaderClassName
{
color: #CB436F;
}
.AnyTagClassName
{
color: #CB436F;
}
</style>
background-color css
<style>
a { background-color: #CB436F; }
a { background-color: rgb(203,67,111); }
div.DivClassName
{
background-color: #CB436F;
}
.BgClassName
{
background-color: #CB436F;
}
</style>
border-color css
<style>
span { border-color: #CB436F; }
span { border-color: rgb(203,67,111); }
td.TdClassName
{
border-color: #CB436F;
}
.TagClassName
{
border-color: #CB436F;
}
</style>