Shades of Cabaret #C05F69
Tints of Cabaret #C05F69
RGB
CMYK
RGB Variations
Color information
#C05F69 (or 0xC05F69) is known color: Cabaret. HEX triplet: C0, 5F and 69. RGB value is (192,95,105). Sum of RGB (Red+Green+Blue) = 192+95+105=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F69 is #3FA096. Grayscale: #7D7D7D. Windows color (decimal): -4169879 or 6905792. OLE color: 6905792.
HSL color Cylindrical-coordinate representation of color #C05F69: hue angle of 353.81º 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 #C05F69 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 105 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.25 |
| HSL | 353.81º | 0.43% | 0.56% | - |
| HSV(B) | 353.81º | 0.51% | 0.75% | - |
| XYZ | 28.38 | 20.41 | 15.81 | - |
| YUV | 125.14 | 116.64 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 105 | 0 | 0.51 | 0.45 | 0.25 | 353.81 | 0.43 | 0.56 |
| Hex | C0 | 5F | 69 | 0 | 33 | 2D | 19 | 162 | 2B | 38 |
| Octal | 300 | 137 | 151 | 0 | 63 | 55 | 31 | 542 | 53 | 70 |
| Binary | 11000000 | 1011111 | 1101001 | 0 | 110011 | 101101 | 11001 | 101100010 | 101011 | 111000 |
Color Harmonies of #C05F69
Complementary color
Monochromatic Colors of #C05F69
Black with #C05F69
Text Example
Text Example
White with #C05F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F69; }
p { color: rgb(192,95,105); }
H1.HeaderClassName
{
color: #C05F69;
}
.AnyTagClassName
{
color: #C05F69;
}
</style>
background-color css
<style>
a { background-color: #C05F69; }
a { background-color: rgb(192,95,105); }
div.DivClassName
{
background-color: #C05F69;
}
.BgClassName
{
background-color: #C05F69;
}
</style>
border-color css
<style>
span { border-color: #C05F69; }
span { border-color: rgb(192,95,105); }
td.TdClassName
{
border-color: #C05F69;
}
.TagClassName
{
border-color: #C05F69;
}
</style>