Shades of Cabaret #CB405F
Tints of Cabaret #CB405F
RGB
CMYK
RGB Variations
Color information
#CB405F (or 0xCB405F) is known color: Cabaret. HEX triplet: CB, 40 and 5F. RGB value is (203,64,95). Sum of RGB (Red+Green+Blue) = 203+64+95=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB405F is #34BFA0. Grayscale: #6D6D6D. Windows color (decimal): -3456929 or 6242507. OLE color: 6242507.
HSL color Cylindrical-coordinate representation of color #CB405F: hue angle of 346.62º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB405F is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 95 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.20 |
| HSL | 346.62º | 0.57% | 0.52% | - |
| HSV(B) | 346.62º | 0.68% | 0.8% | - |
| XYZ | 28.53 | 17.19 | 12.64 | - |
| YUV | 109.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 95 | 0 | 0.68 | 0.53 | 0.20 | 346.62 | 0.57 | 0.52 |
| Hex | CB | 40 | 5F | 0 | 44 | 35 | 14 | 15B | 39 | 34 |
| Octal | 313 | 100 | 137 | 0 | 104 | 65 | 24 | 533 | 71 | 64 |
| Binary | 11001011 | 1000000 | 1011111 | 0 | 1000100 | 110101 | 10100 | 101011011 | 111001 | 110100 |
Color Harmonies of #CB405F
Complementary color
Monochromatic Colors of #CB405F
Black with #CB405F
Text Example
Text Example
White with #CB405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB405F; }
p { color: rgb(203,64,95); }
H1.HeaderClassName
{
color: #CB405F;
}
.AnyTagClassName
{
color: #CB405F;
}
</style>
background-color css
<style>
a { background-color: #CB405F; }
a { background-color: rgb(203,64,95); }
div.DivClassName
{
background-color: #CB405F;
}
.BgClassName
{
background-color: #CB405F;
}
</style>
border-color css
<style>
span { border-color: #CB405F; }
span { border-color: rgb(203,64,95); }
td.TdClassName
{
border-color: #CB405F;
}
.TagClassName
{
border-color: #CB405F;
}
</style>