Shades of Cabaret #C7617D
Tints of Cabaret #C7617D
RGB
CMYK
RGB Variations
Color information
#C7617D (or 0xC7617D) is known color: Cabaret. HEX triplet: C7, 61 and 7D. RGB value is (199,97,125). Sum of RGB (Red+Green+Blue) = 199+97+125=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7617D is #389E82. Grayscale: #828282. Windows color (decimal): -3710595 or 8217031. OLE color: 8217031.
HSL color Cylindrical-coordinate representation of color #C7617D: hue angle of 343.53º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7617D is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 125 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.22 |
| HSL | 343.53º | 0.48% | 0.58% | - |
| HSV(B) | 343.53º | 0.51% | 0.78% | - |
| XYZ | 31.53 | 22.17 | 22.02 | - |
| YUV | 130.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 125 | 0 | 0.51 | 0.37 | 0.22 | 343.53 | 0.48 | 0.58 |
| Hex | C7 | 61 | 7D | 0 | 33 | 25 | 16 | 158 | 30 | 3A |
| Octal | 307 | 141 | 175 | 0 | 63 | 45 | 26 | 530 | 60 | 72 |
| Binary | 11000111 | 1100001 | 1111101 | 0 | 110011 | 100101 | 10110 | 101011000 | 110000 | 111010 |
Color Harmonies of #C7617D
Complementary color
Monochromatic Colors of #C7617D
Black with #C7617D
Text Example
Text Example
White with #C7617D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7617D; }
p { color: rgb(199,97,125); }
H1.HeaderClassName
{
color: #C7617D;
}
.AnyTagClassName
{
color: #C7617D;
}
</style>
background-color css
<style>
a { background-color: #C7617D; }
a { background-color: rgb(199,97,125); }
div.DivClassName
{
background-color: #C7617D;
}
.BgClassName
{
background-color: #C7617D;
}
</style>
border-color css
<style>
span { border-color: #C7617D; }
span { border-color: rgb(199,97,125); }
td.TdClassName
{
border-color: #C7617D;
}
.TagClassName
{
border-color: #C7617D;
}
</style>