Shades of Cabaret #CB4265
Tints of Cabaret #CB4265
RGB
CMYK
RGB Variations
Color information
#CB4265 (or 0xCB4265) is known color: Cabaret. HEX triplet: CB, 42 and 65. RGB value is (203,66,101). Sum of RGB (Red+Green+Blue) = 203+66+101=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4265 is #34BD9A. Grayscale: #6E6E6E. Windows color (decimal): -3456411 or 6636235. OLE color: 6636235.
HSL color Cylindrical-coordinate representation of color #CB4265: hue angle of 344.67º 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 #CB4265 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 101 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.20 |
| HSL | 344.67º | 0.57% | 0.53% | - |
| HSV(B) | 344.67º | 0.67% | 0.8% | - |
| XYZ | 28.93 | 17.53 | 14.17 | - |
| YUV | 110.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 101 | 0 | 0.67 | 0.50 | 0.20 | 344.67 | 0.57 | 0.53 |
| Hex | CB | 42 | 65 | 0 | 43 | 32 | 14 | 159 | 39 | 35 |
| Octal | 313 | 102 | 145 | 0 | 103 | 62 | 24 | 531 | 71 | 65 |
| Binary | 11001011 | 1000010 | 1100101 | 0 | 1000011 | 110010 | 10100 | 101011001 | 111001 | 110101 |
Color Harmonies of #CB4265
Complementary color
Monochromatic Colors of #CB4265
Black with #CB4265
Text Example
Text Example
White with #CB4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4265; }
p { color: rgb(203,66,101); }
H1.HeaderClassName
{
color: #CB4265;
}
.AnyTagClassName
{
color: #CB4265;
}
</style>
background-color css
<style>
a { background-color: #CB4265; }
a { background-color: rgb(203,66,101); }
div.DivClassName
{
background-color: #CB4265;
}
.BgClassName
{
background-color: #CB4265;
}
</style>
border-color css
<style>
span { border-color: #CB4265; }
span { border-color: rgb(203,66,101); }
td.TdClassName
{
border-color: #CB4265;
}
.TagClassName
{
border-color: #CB4265;
}
</style>