Shades of Cabaret #CB576F
Tints of Cabaret #CB576F
RGB
CMYK
RGB Variations
Color information
#CB576F (or 0xCB576F) is known color: Cabaret. HEX triplet: CB, 57 and 6F. RGB value is (203,87,111). Sum of RGB (Red+Green+Blue) = 203+87+111=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB576F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB576F is #34A890. Grayscale: #7C7C7C. Windows color (decimal): -3451025 or 7296971. OLE color: 7296971.
HSL color Cylindrical-coordinate representation of color #CB576F: hue angle of 347.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB576F is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 111 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.20 |
| HSL | 347.59º | 0.53% | 0.57% | - |
| HSV(B) | 347.59º | 0.57% | 0.8% | - |
| XYZ | 30.91 | 20.66 | 17.4 | - |
| YUV | 124.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 111 | 0 | 0.57 | 0.45 | 0.20 | 347.59 | 0.53 | 0.57 |
| Hex | CB | 57 | 6F | 0 | 39 | 2D | 14 | 15C | 35 | 39 |
| Octal | 313 | 127 | 157 | 0 | 71 | 55 | 24 | 534 | 65 | 71 |
| Binary | 11001011 | 1010111 | 1101111 | 0 | 111001 | 101101 | 10100 | 101011100 | 110101 | 111001 |
Color Harmonies of #CB576F
Complementary color
Monochromatic Colors of #CB576F
Black with #CB576F
Text Example
Text Example
White with #CB576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB576F; }
p { color: rgb(203,87,111); }
H1.HeaderClassName
{
color: #CB576F;
}
.AnyTagClassName
{
color: #CB576F;
}
</style>
background-color css
<style>
a { background-color: #CB576F; }
a { background-color: rgb(203,87,111); }
div.DivClassName
{
background-color: #CB576F;
}
.BgClassName
{
background-color: #CB576F;
}
</style>
border-color css
<style>
span { border-color: #CB576F; }
span { border-color: rgb(203,87,111); }
td.TdClassName
{
border-color: #CB576F;
}
.TagClassName
{
border-color: #CB576F;
}
</style>