Shades of Cabaret #CB4369
Tints of Cabaret #CB4369
RGB
CMYK
RGB Variations
Color information
#CB4369 (or 0xCB4369) is known color: Cabaret. HEX triplet: CB, 43 and 69. RGB value is (203,67,105). Sum of RGB (Red+Green+Blue) = 203+67+105=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4369 is #34BC96. Grayscale: #6F6F6F. Windows color (decimal): -3456151 or 6898635. OLE color: 6898635.
HSL color Cylindrical-coordinate representation of color #CB4369: hue angle of 343.24º 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 #CB4369 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 105 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.20 |
| HSL | 343.24º | 0.57% | 0.53% | - |
| HSV(B) | 343.24º | 0.67% | 0.8% | - |
| XYZ | 29.19 | 17.73 | 15.25 | - |
| YUV | 112 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 105 | 0 | 0.67 | 0.48 | 0.20 | 343.24 | 0.57 | 0.53 |
| Hex | CB | 43 | 69 | 0 | 43 | 30 | 14 | 157 | 39 | 35 |
| Octal | 313 | 103 | 151 | 0 | 103 | 60 | 24 | 527 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1101001 | 0 | 1000011 | 110000 | 10100 | 101010111 | 111001 | 110101 |
Color Harmonies of #CB4369
Complementary color
Monochromatic Colors of #CB4369
Black with #CB4369
Text Example
Text Example
White with #CB4369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4369; }
p { color: rgb(203,67,105); }
H1.HeaderClassName
{
color: #CB4369;
}
.AnyTagClassName
{
color: #CB4369;
}
</style>
background-color css
<style>
a { background-color: #CB4369; }
a { background-color: rgb(203,67,105); }
div.DivClassName
{
background-color: #CB4369;
}
.BgClassName
{
background-color: #CB4369;
}
</style>
border-color css
<style>
span { border-color: #CB4369; }
span { border-color: rgb(203,67,105); }
td.TdClassName
{
border-color: #CB4369;
}
.TagClassName
{
border-color: #CB4369;
}
</style>