Shades of Cabaret #C06375
Tints of Cabaret #C06375
RGB
CMYK
RGB Variations
Color information
#C06375 (or 0xC06375) is known color: Cabaret. HEX triplet: C0, 63 and 75. RGB value is (192,99,117). Sum of RGB (Red+Green+Blue) = 192+99+117=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C06375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06375 is #3F9C8A. Grayscale: #808080. Windows color (decimal): -4168843 or 7693248. OLE color: 7693248.
HSL color Cylindrical-coordinate representation of color #C06375: hue angle of 348.39º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06375 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 117 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.25 |
| HSL | 348.39º | 0.42% | 0.57% | - |
| HSV(B) | 348.39º | 0.48% | 0.75% | - |
| XYZ | 29.41 | 21.41 | 19.41 | - |
| YUV | 128.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 117 | 0 | 0.48 | 0.39 | 0.25 | 348.39 | 0.42 | 0.57 |
| Hex | C0 | 63 | 75 | 0 | 30 | 27 | 19 | 15C | 2A | 39 |
| Octal | 300 | 143 | 165 | 0 | 60 | 47 | 31 | 534 | 52 | 71 |
| Binary | 11000000 | 1100011 | 1110101 | 0 | 110000 | 100111 | 11001 | 101011100 | 101010 | 111001 |
Color Harmonies of #C06375
Complementary color
Monochromatic Colors of #C06375
Black with #C06375
Text Example
Text Example
White with #C06375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06375; }
p { color: rgb(192,99,117); }
H1.HeaderClassName
{
color: #C06375;
}
.AnyTagClassName
{
color: #C06375;
}
</style>
background-color css
<style>
a { background-color: #C06375; }
a { background-color: rgb(192,99,117); }
div.DivClassName
{
background-color: #C06375;
}
.BgClassName
{
background-color: #C06375;
}
</style>
border-color css
<style>
span { border-color: #C06375; }
span { border-color: rgb(192,99,117); }
td.TdClassName
{
border-color: #C06375;
}
.TagClassName
{
border-color: #C06375;
}
</style>