Shades of Cabaret #C05F71
Tints of Cabaret #C05F71
RGB
CMYK
RGB Variations
Color information
#C05F71 (or 0xC05F71) is known color: Cabaret. HEX triplet: C0, 5F and 71. RGB value is (192,95,113). Sum of RGB (Red+Green+Blue) = 192+95+113=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F71 is #3FA08E. Grayscale: #7E7E7E. Windows color (decimal): -4169871 or 7430080. OLE color: 7430080.
HSL color Cylindrical-coordinate representation of color #C05F71: hue angle of 348.87º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F71 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 113 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.25 |
| HSL | 348.87º | 0.43% | 0.56% | - |
| HSV(B) | 348.87º | 0.51% | 0.75% | - |
| XYZ | 28.81 | 20.58 | 18.08 | - |
| YUV | 126.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 113 | 0 | 0.51 | 0.41 | 0.25 | 348.87 | 0.43 | 0.56 |
| Hex | C0 | 5F | 71 | 0 | 33 | 29 | 19 | 15D | 2B | 38 |
| Octal | 300 | 137 | 161 | 0 | 63 | 51 | 31 | 535 | 53 | 70 |
| Binary | 11000000 | 1011111 | 1110001 | 0 | 110011 | 101001 | 11001 | 101011101 | 101011 | 111000 |
Color Harmonies of #C05F71
Complementary color
Monochromatic Colors of #C05F71
Black with #C05F71
Text Example
Text Example
White with #C05F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F71; }
p { color: rgb(192,95,113); }
H1.HeaderClassName
{
color: #C05F71;
}
.AnyTagClassName
{
color: #C05F71;
}
</style>
background-color css
<style>
a { background-color: #C05F71; }
a { background-color: rgb(192,95,113); }
div.DivClassName
{
background-color: #C05F71;
}
.BgClassName
{
background-color: #C05F71;
}
</style>
border-color css
<style>
span { border-color: #C05F71; }
span { border-color: rgb(192,95,113); }
td.TdClassName
{
border-color: #C05F71;
}
.TagClassName
{
border-color: #C05F71;
}
</style>