Shades of Cabaret #C65875
Tints of Cabaret #C65875
RGB
CMYK
RGB Variations
Color information
#C65875 (or 0xC65875) is known color: Cabaret. HEX triplet: C6, 58 and 75. RGB value is (198,88,117). Sum of RGB (Red+Green+Blue) = 198+88+117=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C65875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65875 is #39A78A. Grayscale: #7C7C7C. Windows color (decimal): -3778443 or 7690438. OLE color: 7690438.
HSL color Cylindrical-coordinate representation of color #C65875: hue angle of 344.18º 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 #C65875 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 117 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.22 |
| HSL | 344.18º | 0.49% | 0.56% | - |
| HSV(B) | 344.18º | 0.56% | 0.78% | - |
| XYZ | 29.99 | 20.27 | 19.16 | - |
| YUV | 124.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 117 | 0 | 0.56 | 0.41 | 0.22 | 344.18 | 0.49 | 0.56 |
| Hex | C6 | 58 | 75 | 0 | 38 | 29 | 16 | 158 | 31 | 38 |
| Octal | 306 | 130 | 165 | 0 | 70 | 51 | 26 | 530 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1110101 | 0 | 111000 | 101001 | 10110 | 101011000 | 110001 | 111000 |
Color Harmonies of #C65875
Complementary color
Monochromatic Colors of #C65875
Black with #C65875
Text Example
Text Example
White with #C65875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65875; }
p { color: rgb(198,88,117); }
H1.HeaderClassName
{
color: #C65875;
}
.AnyTagClassName
{
color: #C65875;
}
</style>
background-color css
<style>
a { background-color: #C65875; }
a { background-color: rgb(198,88,117); }
div.DivClassName
{
background-color: #C65875;
}
.BgClassName
{
background-color: #C65875;
}
</style>
border-color css
<style>
span { border-color: #C65875; }
span { border-color: rgb(198,88,117); }
td.TdClassName
{
border-color: #C65875;
}
.TagClassName
{
border-color: #C65875;
}
</style>