Shades of Cabaret #C76678
Tints of Cabaret #C76678
RGB
CMYK
RGB Variations
Color information
#C76678 (or 0xC76678) is known color: Cabaret. HEX triplet: C7, 66 and 78. RGB value is (199,102,120). Sum of RGB (Red+Green+Blue) = 199+102+120=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C76678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76678 is #389987. Grayscale: #858585. Windows color (decimal): -3709320 or 7890631. OLE color: 7890631.
HSL color Cylindrical-coordinate representation of color #C76678: hue angle of 348.87º degrees, saturation: 0.46, 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 #C76678 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 120 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.22 |
| HSL | 348.87º | 0.46% | 0.59% | - |
| HSV(B) | 348.87º | 0.49% | 0.78% | - |
| XYZ | 31.69 | 23 | 20.54 | - |
| YUV | 133.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 120 | 0 | 0.49 | 0.40 | 0.22 | 348.87 | 0.46 | 0.59 |
| Hex | C7 | 66 | 78 | 0 | 31 | 28 | 16 | 15D | 2E | 3B |
| Octal | 307 | 146 | 170 | 0 | 61 | 50 | 26 | 535 | 56 | 73 |
| Binary | 11000111 | 1100110 | 1111000 | 0 | 110001 | 101000 | 10110 | 101011101 | 101110 | 111011 |
Color Harmonies of #C76678
Complementary color
Monochromatic Colors of #C76678
Black with #C76678
Text Example
Text Example
White with #C76678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76678; }
p { color: rgb(199,102,120); }
H1.HeaderClassName
{
color: #C76678;
}
.AnyTagClassName
{
color: #C76678;
}
</style>
background-color css
<style>
a { background-color: #C76678; }
a { background-color: rgb(199,102,120); }
div.DivClassName
{
background-color: #C76678;
}
.BgClassName
{
background-color: #C76678;
}
</style>
border-color css
<style>
span { border-color: #C76678; }
span { border-color: rgb(199,102,120); }
td.TdClassName
{
border-color: #C76678;
}
.TagClassName
{
border-color: #C76678;
}
</style>