Shades of Cabaret #C65867
Tints of Cabaret #C65867
RGB
CMYK
RGB Variations
Color information
#C65867 (or 0xC65867) is known color: Cabaret. HEX triplet: C6, 58 and 67. RGB value is (198,88,103). Sum of RGB (Red+Green+Blue) = 198+88+103=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C65867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65867 is #39A798. Grayscale: #7A7A7A. Windows color (decimal): -3778457 or 6772934. OLE color: 6772934.
HSL color Cylindrical-coordinate representation of color #C65867: hue angle of 351.82º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65867 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 103 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.22 |
| HSL | 351.82º | 0.49% | 0.56% | - |
| HSV(B) | 351.82º | 0.56% | 0.78% | - |
| XYZ | 29.23 | 19.96 | 15.15 | - |
| YUV | 122.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 103 | 0 | 0.56 | 0.48 | 0.22 | 351.82 | 0.49 | 0.56 |
| Hex | C6 | 58 | 67 | 0 | 38 | 30 | 16 | 160 | 31 | 38 |
| Octal | 306 | 130 | 147 | 0 | 70 | 60 | 26 | 540 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1100111 | 0 | 111000 | 110000 | 10110 | 101100000 | 110001 | 111000 |
Color Harmonies of #C65867
Complementary color
Monochromatic Colors of #C65867
Black with #C65867
Text Example
Text Example
White with #C65867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65867; }
p { color: rgb(198,88,103); }
H1.HeaderClassName
{
color: #C65867;
}
.AnyTagClassName
{
color: #C65867;
}
</style>
background-color css
<style>
a { background-color: #C65867; }
a { background-color: rgb(198,88,103); }
div.DivClassName
{
background-color: #C65867;
}
.BgClassName
{
background-color: #C65867;
}
</style>
border-color css
<style>
span { border-color: #C65867; }
span { border-color: rgb(198,88,103); }
td.TdClassName
{
border-color: #C65867;
}
.TagClassName
{
border-color: #C65867;
}
</style>