Shades of Cabaret #C76778
Tints of Cabaret #C76778
RGB
CMYK
RGB Variations
Color information
#C76778 (or 0xC76778) is known color: Cabaret. HEX triplet: C7, 67 and 78. RGB value is (199,103,120). Sum of RGB (Red+Green+Blue) = 199+103+120=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 120 (47.27% from 255 or 28.44% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C76778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76778 is #389887. Grayscale: #858585. Windows color (decimal): -3709064 or 7890887. OLE color: 7890887.
HSL color Cylindrical-coordinate representation of color #C76778: hue angle of 349.38º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76778 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 120 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.22 |
| HSL | 349.38º | 0.46% | 0.59% | - |
| HSV(B) | 349.38º | 0.48% | 0.78% | - |
| XYZ | 31.79 | 23.2 | 20.57 | - |
| YUV | 133.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 120 | 0 | 0.48 | 0.40 | 0.22 | 349.38 | 0.46 | 0.59 |
| Hex | C7 | 67 | 78 | 0 | 30 | 28 | 16 | 15D | 2E | 3B |
| Octal | 307 | 147 | 170 | 0 | 60 | 50 | 26 | 535 | 56 | 73 |
| Binary | 11000111 | 1100111 | 1111000 | 0 | 110000 | 101000 | 10110 | 101011101 | 101110 | 111011 |
Color Harmonies of #C76778
Complementary color
Monochromatic Colors of #C76778
Black with #C76778
Text Example
Text Example
White with #C76778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76778; }
p { color: rgb(199,103,120); }
H1.HeaderClassName
{
color: #C76778;
}
.AnyTagClassName
{
color: #C76778;
}
</style>
background-color css
<style>
a { background-color: #C76778; }
a { background-color: rgb(199,103,120); }
div.DivClassName
{
background-color: #C76778;
}
.BgClassName
{
background-color: #C76778;
}
</style>
border-color css
<style>
span { border-color: #C76778; }
span { border-color: rgb(199,103,120); }
td.TdClassName
{
border-color: #C76778;
}
.TagClassName
{
border-color: #C76778;
}
</style>