Shades of Cabaret #C65367
Tints of Cabaret #C65367
RGB
CMYK
RGB Variations
Color information
#C65367 (or 0xC65367) is known color: Cabaret. HEX triplet: C6, 53 and 67. RGB value is (198,83,103). Sum of RGB (Red+Green+Blue) = 198+83+103=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65367 is #39AC98. Grayscale: #777777. Windows color (decimal): -3779737 or 6771654. OLE color: 6771654.
HSL color Cylindrical-coordinate representation of color #C65367: hue angle of 349.57º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65367 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 103 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.22 |
| HSL | 349.57º | 0.5% | 0.55% | - |
| HSV(B) | 349.57º | 0.58% | 0.78% | - |
| XYZ | 28.83 | 19.17 | 15.01 | - |
| YUV | 119.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 103 | 0 | 0.58 | 0.48 | 0.22 | 349.57 | 0.5 | 0.55 |
| Hex | C6 | 53 | 67 | 0 | 3A | 30 | 16 | 15E | 32 | 37 |
| Octal | 306 | 123 | 147 | 0 | 72 | 60 | 26 | 536 | 62 | 67 |
| Binary | 11000110 | 1010011 | 1100111 | 0 | 111010 | 110000 | 10110 | 101011110 | 110010 | 110111 |
Color Harmonies of #C65367
Complementary color
Monochromatic Colors of #C65367
Black with #C65367
Text Example
Text Example
White with #C65367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65367; }
p { color: rgb(198,83,103); }
H1.HeaderClassName
{
color: #C65367;
}
.AnyTagClassName
{
color: #C65367;
}
</style>
background-color css
<style>
a { background-color: #C65367; }
a { background-color: rgb(198,83,103); }
div.DivClassName
{
background-color: #C65367;
}
.BgClassName
{
background-color: #C65367;
}
</style>
border-color css
<style>
span { border-color: #C65367; }
span { border-color: rgb(198,83,103); }
td.TdClassName
{
border-color: #C65367;
}
.TagClassName
{
border-color: #C65367;
}
</style>