Shades of Cabaret #C7637A
Tints of Cabaret #C7637A
RGB
CMYK
RGB Variations
Color information
#C7637A (or 0xC7637A) is known color: Cabaret. HEX triplet: C7, 63 and 7A. RGB value is (199,99,122). Sum of RGB (Red+Green+Blue) = 199+99+122=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7637A is #389C85. Grayscale: #838383. Windows color (decimal): -3710086 or 8020935. OLE color: 8020935.
HSL color Cylindrical-coordinate representation of color #C7637A: hue angle of 346.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7637A is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 99 | 122 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.22 |
| HSL | 346.2º | 0.47% | 0.58% | - |
| HSV(B) | 346.2º | 0.5% | 0.78% | - |
| XYZ | 31.53 | 22.47 | 21.09 | - |
| YUV | 131.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 99 | 122 | 0 | 0.50 | 0.39 | 0.22 | 346.2 | 0.47 | 0.58 |
| Hex | C7 | 63 | 7A | 0 | 32 | 27 | 16 | 15A | 2F | 3A |
| Octal | 307 | 143 | 172 | 0 | 62 | 47 | 26 | 532 | 57 | 72 |
| Binary | 11000111 | 1100011 | 1111010 | 0 | 110010 | 100111 | 10110 | 101011010 | 101111 | 111010 |
Color Harmonies of #C7637A
Complementary color
Monochromatic Colors of #C7637A
Black with #C7637A
Text Example
Text Example
White with #C7637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7637A; }
p { color: rgb(199,99,122); }
H1.HeaderClassName
{
color: #C7637A;
}
.AnyTagClassName
{
color: #C7637A;
}
</style>
background-color css
<style>
a { background-color: #C7637A; }
a { background-color: rgb(199,99,122); }
div.DivClassName
{
background-color: #C7637A;
}
.BgClassName
{
background-color: #C7637A;
}
</style>
border-color css
<style>
span { border-color: #C7637A; }
span { border-color: rgb(199,99,122); }
td.TdClassName
{
border-color: #C7637A;
}
.TagClassName
{
border-color: #C7637A;
}
</style>