Shades of Cabaret #C05A70
Tints of Cabaret #C05A70
RGB
CMYK
RGB Variations
Color information
#C05A70 (or 0xC05A70) is known color: Cabaret. HEX triplet: C0, 5A and 70. RGB value is (192,90,112). Sum of RGB (Red+Green+Blue) = 192+90+112=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A70 is #3FA58F. Grayscale: #7B7B7B. Windows color (decimal): -4171152 or 7363264. OLE color: 7363264.
HSL color Cylindrical-coordinate representation of color #C05A70: hue angle of 347.06º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A70 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 112 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.25 |
| HSL | 347.06º | 0.45% | 0.55% | - |
| HSV(B) | 347.06º | 0.53% | 0.75% | - |
| XYZ | 28.32 | 19.69 | 17.64 | - |
| YUV | 123.01 | 121.79 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 112 | 0 | 0.53 | 0.42 | 0.25 | 347.06 | 0.45 | 0.55 |
| Hex | C0 | 5A | 70 | 0 | 35 | 2A | 19 | 15B | 2D | 37 |
| Octal | 300 | 132 | 160 | 0 | 65 | 52 | 31 | 533 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1110000 | 0 | 110101 | 101010 | 11001 | 101011011 | 101101 | 110111 |
Color Harmonies of #C05A70
Complementary color
Monochromatic Colors of #C05A70
Black with #C05A70
Text Example
Text Example
White with #C05A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A70; }
p { color: rgb(192,90,112); }
H1.HeaderClassName
{
color: #C05A70;
}
.AnyTagClassName
{
color: #C05A70;
}
</style>
background-color css
<style>
a { background-color: #C05A70; }
a { background-color: rgb(192,90,112); }
div.DivClassName
{
background-color: #C05A70;
}
.BgClassName
{
background-color: #C05A70;
}
</style>
border-color css
<style>
span { border-color: #C05A70; }
span { border-color: rgb(192,90,112); }
td.TdClassName
{
border-color: #C05A70;
}
.TagClassName
{
border-color: #C05A70;
}
</style>