Shades of Cabaret #C7567D
Tints of Cabaret #C7567D
RGB
CMYK
RGB Variations
Color information
#C7567D (or 0xC7567D) is known color: Cabaret. HEX triplet: C7, 56 and 7D. RGB value is (199,86,125). Sum of RGB (Red+Green+Blue) = 199+86+125=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7567D is #38A982. Grayscale: #7C7C7C. Windows color (decimal): -3713411 or 8214215. OLE color: 8214215.
HSL color Cylindrical-coordinate representation of color #C7567D: hue angle of 339.29º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7567D is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 125 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.22 |
| HSL | 339.29º | 0.5% | 0.56% | - |
| HSV(B) | 339.29º | 0.57% | 0.78% | - |
| XYZ | 30.58 | 20.28 | 21.7 | - |
| YUV | 124.23 | 128.44 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 125 | 0 | 0.57 | 0.37 | 0.22 | 339.29 | 0.5 | 0.56 |
| Hex | C7 | 56 | 7D | 0 | 39 | 25 | 16 | 153 | 32 | 38 |
| Octal | 307 | 126 | 175 | 0 | 71 | 45 | 26 | 523 | 62 | 70 |
| Binary | 11000111 | 1010110 | 1111101 | 0 | 111001 | 100101 | 10110 | 101010011 | 110010 | 111000 |
Color Harmonies of #C7567D
Complementary color
Monochromatic Colors of #C7567D
Black with #C7567D
Text Example
Text Example
White with #C7567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7567D; }
p { color: rgb(199,86,125); }
H1.HeaderClassName
{
color: #C7567D;
}
.AnyTagClassName
{
color: #C7567D;
}
</style>
background-color css
<style>
a { background-color: #C7567D; }
a { background-color: rgb(199,86,125); }
div.DivClassName
{
background-color: #C7567D;
}
.BgClassName
{
background-color: #C7567D;
}
</style>
border-color css
<style>
span { border-color: #C7567D; }
span { border-color: rgb(199,86,125); }
td.TdClassName
{
border-color: #C7567D;
}
.TagClassName
{
border-color: #C7567D;
}
</style>