Shades of Cabaret #C7647A
Tints of Cabaret #C7647A
RGB
CMYK
RGB Variations
Color information
#C7647A (or 0xC7647A) is known color: Cabaret. HEX triplet: C7, 64 and 7A. RGB value is (199,100,122). Sum of RGB (Red+Green+Blue) = 199+100+122=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7647A is #389B85. Grayscale: #848484. Windows color (decimal): -3709830 or 8021191. OLE color: 8021191.
HSL color Cylindrical-coordinate representation of color #C7647A: hue angle of 346.67º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7647A is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 100 | 122 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.22 |
| HSL | 346.67º | 0.47% | 0.59% | - |
| HSV(B) | 346.67º | 0.5% | 0.78% | - |
| XYZ | 31.62 | 22.66 | 21.12 | - |
| YUV | 132.11 | 122.3 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 100 | 122 | 0 | 0.50 | 0.39 | 0.22 | 346.67 | 0.47 | 0.59 |
| Hex | C7 | 64 | 7A | 0 | 32 | 27 | 16 | 15B | 2F | 3B |
| Octal | 307 | 144 | 172 | 0 | 62 | 47 | 26 | 533 | 57 | 73 |
| Binary | 11000111 | 1100100 | 1111010 | 0 | 110010 | 100111 | 10110 | 101011011 | 101111 | 111011 |
Color Harmonies of #C7647A
Complementary color
Monochromatic Colors of #C7647A
Black with #C7647A
Text Example
Text Example
White with #C7647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7647A; }
p { color: rgb(199,100,122); }
H1.HeaderClassName
{
color: #C7647A;
}
.AnyTagClassName
{
color: #C7647A;
}
</style>
background-color css
<style>
a { background-color: #C7647A; }
a { background-color: rgb(199,100,122); }
div.DivClassName
{
background-color: #C7647A;
}
.BgClassName
{
background-color: #C7647A;
}
</style>
border-color css
<style>
span { border-color: #C7647A; }
span { border-color: rgb(199,100,122); }
td.TdClassName
{
border-color: #C7647A;
}
.TagClassName
{
border-color: #C7647A;
}
</style>