Shades of Cabaret #CB4461
Tints of Cabaret #CB4461
RGB
CMYK
RGB Variations
Color information
#CB4461 (or 0xCB4461) is known color: Cabaret. HEX triplet: CB, 44 and 61. RGB value is (203,68,97). Sum of RGB (Red+Green+Blue) = 203+68+97=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4461 is #34BB9E. Grayscale: #6F6F6F. Windows color (decimal): -3455903 or 6374603. OLE color: 6374603.
HSL color Cylindrical-coordinate representation of color #CB4461: hue angle of 347.11º degrees, saturation: 0.56, 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 #CB4461 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 97 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.20 |
| HSL | 347.11º | 0.56% | 0.53% | - |
| HSV(B) | 347.11º | 0.67% | 0.8% | - |
| XYZ | 28.85 | 17.69 | 13.2 | - |
| YUV | 111.67 | 119.73 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 97 | 0 | 0.67 | 0.52 | 0.20 | 347.11 | 0.56 | 0.53 |
| Hex | CB | 44 | 61 | 0 | 43 | 34 | 14 | 15B | 38 | 35 |
| Octal | 313 | 104 | 141 | 0 | 103 | 64 | 24 | 533 | 70 | 65 |
| Binary | 11001011 | 1000100 | 1100001 | 0 | 1000011 | 110100 | 10100 | 101011011 | 111000 | 110101 |
Color Harmonies of #CB4461
Complementary color
Monochromatic Colors of #CB4461
Black with #CB4461
Text Example
Text Example
White with #CB4461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4461; }
p { color: rgb(203,68,97); }
H1.HeaderClassName
{
color: #CB4461;
}
.AnyTagClassName
{
color: #CB4461;
}
</style>
background-color css
<style>
a { background-color: #CB4461; }
a { background-color: rgb(203,68,97); }
div.DivClassName
{
background-color: #CB4461;
}
.BgClassName
{
background-color: #CB4461;
}
</style>
border-color css
<style>
span { border-color: #CB4461; }
span { border-color: rgb(203,68,97); }
td.TdClassName
{
border-color: #CB4461;
}
.TagClassName
{
border-color: #CB4461;
}
</style>