Shades of Cabaret #CB4365
Tints of Cabaret #CB4365
RGB
CMYK
RGB Variations
Color information
#CB4365 (or 0xCB4365) is known color: Cabaret. HEX triplet: CB, 43 and 65. RGB value is (203,67,101). Sum of RGB (Red+Green+Blue) = 203+67+101=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4365 is #34BC9A. Grayscale: #6F6F6F. Windows color (decimal): -3456155 or 6636491. OLE color: 6636491.
HSL color Cylindrical-coordinate representation of color #CB4365: hue angle of 345º 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 #CB4365 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 101 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.20 |
| HSL | 345º | 0.57% | 0.53% | - |
| HSV(B) | 345º | 0.67% | 0.8% | - |
| XYZ | 28.98 | 17.65 | 14.19 | - |
| YUV | 111.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 101 | 0 | 0.67 | 0.50 | 0.20 | 345 | 0.57 | 0.53 |
| Hex | CB | 43 | 65 | 0 | 43 | 32 | 14 | 159 | 39 | 35 |
| Octal | 313 | 103 | 145 | 0 | 103 | 62 | 24 | 531 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1100101 | 0 | 1000011 | 110010 | 10100 | 101011001 | 111001 | 110101 |
Color Harmonies of #CB4365
Complementary color
Monochromatic Colors of #CB4365
Black with #CB4365
Text Example
Text Example
White with #CB4365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4365; }
p { color: rgb(203,67,101); }
H1.HeaderClassName
{
color: #CB4365;
}
.AnyTagClassName
{
color: #CB4365;
}
</style>
background-color css
<style>
a { background-color: #CB4365; }
a { background-color: rgb(203,67,101); }
div.DivClassName
{
background-color: #CB4365;
}
.BgClassName
{
background-color: #CB4365;
}
</style>
border-color css
<style>
span { border-color: #CB4365; }
span { border-color: rgb(203,67,101); }
td.TdClassName
{
border-color: #CB4365;
}
.TagClassName
{
border-color: #CB4365;
}
</style>