Shades of Cabaret #C05A69
Tints of Cabaret #C05A69
RGB
CMYK
RGB Variations
Color information
#C05A69 (or 0xC05A69) is known color: Cabaret. HEX triplet: C0, 5A and 69. RGB value is (192,90,105). Sum of RGB (Red+Green+Blue) = 192+90+105=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A69 is #3FA596. Grayscale: #7A7A7A. Windows color (decimal): -4171159 or 6904512. OLE color: 6904512.
HSL color Cylindrical-coordinate representation of color #C05A69: hue angle of 351.18º 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 #C05A69 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 90 | 105 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.25 |
| HSL | 351.18º | 0.45% | 0.55% | - |
| HSV(B) | 351.18º | 0.53% | 0.75% | - |
| XYZ | 27.94 | 19.54 | 15.66 | - |
| YUV | 122.21 | 118.29 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 90 | 105 | 0 | 0.53 | 0.45 | 0.25 | 351.18 | 0.45 | 0.55 |
| Hex | C0 | 5A | 69 | 0 | 35 | 2D | 19 | 15F | 2D | 37 |
| Octal | 300 | 132 | 151 | 0 | 65 | 55 | 31 | 537 | 55 | 67 |
| Binary | 11000000 | 1011010 | 1101001 | 0 | 110101 | 101101 | 11001 | 101011111 | 101101 | 110111 |
Color Harmonies of #C05A69
Complementary color
Monochromatic Colors of #C05A69
Black with #C05A69
Text Example
Text Example
White with #C05A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05A69; }
p { color: rgb(192,90,105); }
H1.HeaderClassName
{
color: #C05A69;
}
.AnyTagClassName
{
color: #C05A69;
}
</style>
background-color css
<style>
a { background-color: #C05A69; }
a { background-color: rgb(192,90,105); }
div.DivClassName
{
background-color: #C05A69;
}
.BgClassName
{
background-color: #C05A69;
}
</style>
border-color css
<style>
span { border-color: #C05A69; }
span { border-color: rgb(192,90,105); }
td.TdClassName
{
border-color: #C05A69;
}
.TagClassName
{
border-color: #C05A69;
}
</style>