Shades of Cabaret #C05B69
Tints of Cabaret #C05B69
RGB
CMYK
RGB Variations
Color information
#C05B69 (or 0xC05B69) is known color: Cabaret. HEX triplet: C0, 5B and 69. RGB value is (192,91,105). Sum of RGB (Red+Green+Blue) = 192+91+105=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05B69 is #3FA496. Grayscale: #7A7A7A. Windows color (decimal): -4170903 or 6904768. OLE color: 6904768.
HSL color Cylindrical-coordinate representation of color #C05B69: hue angle of 351.68º degrees, saturation: 0.44, 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 #C05B69 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 91 | 105 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.25 |
| HSL | 351.68º | 0.44% | 0.55% | - |
| HSV(B) | 351.68º | 0.53% | 0.75% | - |
| XYZ | 28.03 | 19.71 | 15.69 | - |
| YUV | 122.8 | 117.96 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 91 | 105 | 0 | 0.53 | 0.45 | 0.25 | 351.68 | 0.44 | 0.55 |
| Hex | C0 | 5B | 69 | 0 | 35 | 2D | 19 | 160 | 2C | 37 |
| Octal | 300 | 133 | 151 | 0 | 65 | 55 | 31 | 540 | 54 | 67 |
| Binary | 11000000 | 1011011 | 1101001 | 0 | 110101 | 101101 | 11001 | 101100000 | 101100 | 110111 |
Color Harmonies of #C05B69
Complementary color
Monochromatic Colors of #C05B69
Black with #C05B69
Text Example
Text Example
White with #C05B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05B69; }
p { color: rgb(192,91,105); }
H1.HeaderClassName
{
color: #C05B69;
}
.AnyTagClassName
{
color: #C05B69;
}
</style>
background-color css
<style>
a { background-color: #C05B69; }
a { background-color: rgb(192,91,105); }
div.DivClassName
{
background-color: #C05B69;
}
.BgClassName
{
background-color: #C05B69;
}
</style>
border-color css
<style>
span { border-color: #C05B69; }
span { border-color: rgb(192,91,105); }
td.TdClassName
{
border-color: #C05B69;
}
.TagClassName
{
border-color: #C05B69;
}
</style>