Shades of Cabaret #C76570
Tints of Cabaret #C76570
RGB
CMYK
RGB Variations
Color information
#C76570 (or 0xC76570) is known color: Cabaret. HEX triplet: C7, 65 and 70. RGB value is (199,101,112). Sum of RGB (Red+Green+Blue) = 199+101+112=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C76570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76570 is #389A8F. Grayscale: #838383. Windows color (decimal): -3709584 or 7366087. OLE color: 7366087.
HSL color Cylindrical-coordinate representation of color #C76570: hue angle of 353.27º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76570 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 112 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.22 |
| HSL | 353.27º | 0.47% | 0.59% | - |
| HSV(B) | 353.27º | 0.49% | 0.78% | - |
| XYZ | 31.13 | 22.62 | 18.05 | - |
| YUV | 131.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 112 | 0 | 0.49 | 0.44 | 0.22 | 353.27 | 0.47 | 0.59 |
| Hex | C7 | 65 | 70 | 0 | 31 | 2C | 16 | 161 | 2F | 3B |
| Octal | 307 | 145 | 160 | 0 | 61 | 54 | 26 | 541 | 57 | 73 |
| Binary | 11000111 | 1100101 | 1110000 | 0 | 110001 | 101100 | 10110 | 101100001 | 101111 | 111011 |
Color Harmonies of #C76570
Complementary color
Monochromatic Colors of #C76570
Black with #C76570
Text Example
Text Example
White with #C76570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76570; }
p { color: rgb(199,101,112); }
H1.HeaderClassName
{
color: #C76570;
}
.AnyTagClassName
{
color: #C76570;
}
</style>
background-color css
<style>
a { background-color: #C76570; }
a { background-color: rgb(199,101,112); }
div.DivClassName
{
background-color: #C76570;
}
.BgClassName
{
background-color: #C76570;
}
</style>
border-color css
<style>
span { border-color: #C76570; }
span { border-color: rgb(199,101,112); }
td.TdClassName
{
border-color: #C76570;
}
.TagClassName
{
border-color: #C76570;
}
</style>