Shades of Cabaret #C65067
Tints of Cabaret #C65067
RGB
CMYK
RGB Variations
Color information
#C65067 (or 0xC65067) is known color: Cabaret. HEX triplet: C6, 50 and 67. RGB value is (198,80,103). Sum of RGB (Red+Green+Blue) = 198+80+103=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C65067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65067 is #39AF98. Grayscale: #757575. Windows color (decimal): -3780505 or 6770886. OLE color: 6770886.
HSL color Cylindrical-coordinate representation of color #C65067: hue angle of 348.31º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65067 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 103 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.22 |
| HSL | 348.31º | 0.51% | 0.55% | - |
| HSV(B) | 348.31º | 0.6% | 0.78% | - |
| XYZ | 28.61 | 18.72 | 14.94 | - |
| YUV | 117.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 103 | 0 | 0.60 | 0.48 | 0.22 | 348.31 | 0.51 | 0.55 |
| Hex | C6 | 50 | 67 | 0 | 3C | 30 | 16 | 15C | 33 | 37 |
| Octal | 306 | 120 | 147 | 0 | 74 | 60 | 26 | 534 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1100111 | 0 | 111100 | 110000 | 10110 | 101011100 | 110011 | 110111 |
Color Harmonies of #C65067
Complementary color
Monochromatic Colors of #C65067
Black with #C65067
Text Example
Text Example
White with #C65067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65067; }
p { color: rgb(198,80,103); }
H1.HeaderClassName
{
color: #C65067;
}
.AnyTagClassName
{
color: #C65067;
}
</style>
background-color css
<style>
a { background-color: #C65067; }
a { background-color: rgb(198,80,103); }
div.DivClassName
{
background-color: #C65067;
}
.BgClassName
{
background-color: #C65067;
}
</style>
border-color css
<style>
span { border-color: #C65067; }
span { border-color: rgb(198,80,103); }
td.TdClassName
{
border-color: #C65067;
}
.TagClassName
{
border-color: #C65067;
}
</style>