Shades of Cabaret #C75767
Tints of Cabaret #C75767
RGB
CMYK
RGB Variations
Color information
#C75767 (or 0xC75767) is known color: Cabaret. HEX triplet: C7, 57 and 67. RGB value is (199,87,103). Sum of RGB (Red+Green+Blue) = 199+87+103=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C75767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75767 is #38A898. Grayscale: #7A7A7A. Windows color (decimal): -3713177 or 6772679. OLE color: 6772679.
HSL color Cylindrical-coordinate representation of color #C75767: hue angle of 351.43º degrees, saturation: 0.5, 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 #C75767 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 103 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.22 |
| HSL | 351.43º | 0.5% | 0.56% | - |
| HSV(B) | 351.43º | 0.56% | 0.78% | - |
| XYZ | 29.41 | 19.94 | 15.13 | - |
| YUV | 122.31 | 117.11 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 103 | 0 | 0.56 | 0.48 | 0.22 | 351.43 | 0.5 | 0.56 |
| Hex | C7 | 57 | 67 | 0 | 38 | 30 | 16 | 15F | 32 | 38 |
| Octal | 307 | 127 | 147 | 0 | 70 | 60 | 26 | 537 | 62 | 70 |
| Binary | 11000111 | 1010111 | 1100111 | 0 | 111000 | 110000 | 10110 | 101011111 | 110010 | 111000 |
Color Harmonies of #C75767
Complementary color
Monochromatic Colors of #C75767
Black with #C75767
Text Example
Text Example
White with #C75767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75767; }
p { color: rgb(199,87,103); }
H1.HeaderClassName
{
color: #C75767;
}
.AnyTagClassName
{
color: #C75767;
}
</style>
background-color css
<style>
a { background-color: #C75767; }
a { background-color: rgb(199,87,103); }
div.DivClassName
{
background-color: #C75767;
}
.BgClassName
{
background-color: #C75767;
}
</style>
border-color css
<style>
span { border-color: #C75767; }
span { border-color: rgb(199,87,103); }
td.TdClassName
{
border-color: #C75767;
}
.TagClassName
{
border-color: #C75767;
}
</style>