Shades of Cabaret #C75D67
Tints of Cabaret #C75D67
RGB
CMYK
RGB Variations
Color information
#C75D67 (or 0xC75D67) is known color: Cabaret. HEX triplet: C7, 5D and 67. RGB value is (199,93,103). Sum of RGB (Red+Green+Blue) = 199+93+103=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75D67 is #38A298. Grayscale: #7D7D7D. Windows color (decimal): -3711641 or 6774215. OLE color: 6774215.
HSL color Cylindrical-coordinate representation of color #C75D67: hue angle of 354.34º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75D67 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 93 | 103 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.22 |
| HSL | 354.34º | 0.49% | 0.57% | - |
| HSV(B) | 354.34º | 0.53% | 0.78% | - |
| XYZ | 29.92 | 20.95 | 15.3 | - |
| YUV | 125.83 | 115.12 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 103 | 0 | 0.53 | 0.48 | 0.22 | 354.34 | 0.49 | 0.57 |
| Hex | C7 | 5D | 67 | 0 | 35 | 30 | 16 | 162 | 31 | 39 |
| Octal | 307 | 135 | 147 | 0 | 65 | 60 | 26 | 542 | 61 | 71 |
| Binary | 11000111 | 1011101 | 1100111 | 0 | 110101 | 110000 | 10110 | 101100010 | 110001 | 111001 |
Color Harmonies of #C75D67
Complementary color
Monochromatic Colors of #C75D67
Black with #C75D67
Text Example
Text Example
White with #C75D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75D67; }
p { color: rgb(199,93,103); }
H1.HeaderClassName
{
color: #C75D67;
}
.AnyTagClassName
{
color: #C75D67;
}
</style>
background-color css
<style>
a { background-color: #C75D67; }
a { background-color: rgb(199,93,103); }
div.DivClassName
{
background-color: #C75D67;
}
.BgClassName
{
background-color: #C75D67;
}
</style>
border-color css
<style>
span { border-color: #C75D67; }
span { border-color: rgb(199,93,103); }
td.TdClassName
{
border-color: #C75D67;
}
.TagClassName
{
border-color: #C75D67;
}
</style>