Shades of Cabaret #C06274
Tints of Cabaret #C06274
RGB
CMYK
RGB Variations
Color information
#C06274 (or 0xC06274) is known color: Cabaret. HEX triplet: C0, 62 and 74. RGB value is (192,98,116). Sum of RGB (Red+Green+Blue) = 192+98+116=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 116 (45.70% from 255 or 28.57% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C06274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06274 is #3F9D8B. Grayscale: #808080. Windows color (decimal): -4169100 or 7627456. OLE color: 7627456.
HSL color Cylindrical-coordinate representation of color #C06274: hue angle of 348.51º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06274 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 116 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.25 |
| HSL | 348.51º | 0.43% | 0.57% | - |
| HSV(B) | 348.51º | 0.49% | 0.75% | - |
| XYZ | 29.26 | 21.2 | 19.07 | - |
| YUV | 128.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 116 | 0 | 0.49 | 0.40 | 0.25 | 348.51 | 0.43 | 0.57 |
| Hex | C0 | 62 | 74 | 0 | 31 | 28 | 19 | 15D | 2B | 39 |
| Octal | 300 | 142 | 164 | 0 | 61 | 50 | 31 | 535 | 53 | 71 |
| Binary | 11000000 | 1100010 | 1110100 | 0 | 110001 | 101000 | 11001 | 101011101 | 101011 | 111001 |
Color Harmonies of #C06274
Complementary color
Monochromatic Colors of #C06274
Black with #C06274
Text Example
Text Example
White with #C06274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06274; }
p { color: rgb(192,98,116); }
H1.HeaderClassName
{
color: #C06274;
}
.AnyTagClassName
{
color: #C06274;
}
</style>
background-color css
<style>
a { background-color: #C06274; }
a { background-color: rgb(192,98,116); }
div.DivClassName
{
background-color: #C06274;
}
.BgClassName
{
background-color: #C06274;
}
</style>
border-color css
<style>
span { border-color: #C06274; }
span { border-color: rgb(192,98,116); }
td.TdClassName
{
border-color: #C06274;
}
.TagClassName
{
border-color: #C06274;
}
</style>