Shades of Cabaret #C75967
Tints of Cabaret #C75967
RGB
CMYK
RGB Variations
Color information
#C75967 (or 0xC75967) is known color: Cabaret. HEX triplet: C7, 59 and 67. RGB value is (199,89,103). Sum of RGB (Red+Green+Blue) = 199+89+103=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C75967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75967 is #38A698. Grayscale: #7B7B7B. Windows color (decimal): -3712665 or 6773191. OLE color: 6773191.
HSL color Cylindrical-coordinate representation of color #C75967: hue angle of 352.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75967 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 103 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.22 |
| HSL | 352.36º | 0.5% | 0.56% | - |
| HSV(B) | 352.36º | 0.55% | 0.78% | - |
| XYZ | 29.57 | 20.27 | 15.19 | - |
| YUV | 123.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 103 | 0 | 0.55 | 0.48 | 0.22 | 352.36 | 0.5 | 0.56 |
| Hex | C7 | 59 | 67 | 0 | 37 | 30 | 16 | 160 | 32 | 38 |
| Octal | 307 | 131 | 147 | 0 | 67 | 60 | 26 | 540 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1100111 | 0 | 110111 | 110000 | 10110 | 101100000 | 110010 | 111000 |
Color Harmonies of #C75967
Complementary color
Monochromatic Colors of #C75967
Black with #C75967
Text Example
Text Example
White with #C75967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75967; }
p { color: rgb(199,89,103); }
H1.HeaderClassName
{
color: #C75967;
}
.AnyTagClassName
{
color: #C75967;
}
</style>
background-color css
<style>
a { background-color: #C75967; }
a { background-color: rgb(199,89,103); }
div.DivClassName
{
background-color: #C75967;
}
.BgClassName
{
background-color: #C75967;
}
</style>
border-color css
<style>
span { border-color: #C75967; }
span { border-color: rgb(199,89,103); }
td.TdClassName
{
border-color: #C75967;
}
.TagClassName
{
border-color: #C75967;
}
</style>