Shades of Cabaret #C86974
Tints of Cabaret #C86974
RGB
CMYK
RGB Variations
Color information
#C86974 (or 0xC86974) is known color: Cabaret. HEX triplet: C8, 69 and 74. RGB value is (200,105,116). Sum of RGB (Red+Green+Blue) = 200+105+116=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C86974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86974 is #37968B. Grayscale: #868686. Windows color (decimal): -3643020 or 7629256. OLE color: 7629256.
HSL color Cylindrical-coordinate representation of color #C86974: hue angle of 353.05º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C86974 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 116 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.22 |
| HSL | 353.05º | 0.46% | 0.6% | - |
| HSV(B) | 353.05º | 0.48% | 0.78% | - |
| XYZ | 32.02 | 23.64 | 19.4 | - |
| YUV | 134.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 116 | 0 | 0.48 | 0.42 | 0.22 | 353.05 | 0.46 | 0.6 |
| Hex | C8 | 69 | 74 | 0 | 30 | 2A | 16 | 161 | 2E | 3C |
| Octal | 310 | 151 | 164 | 0 | 60 | 52 | 26 | 541 | 56 | 74 |
| Binary | 11001000 | 1101001 | 1110100 | 0 | 110000 | 101010 | 10110 | 101100001 | 101110 | 111100 |
Color Harmonies of #C86974
Complementary color
Monochromatic Colors of #C86974
Black with #C86974
Text Example
Text Example
White with #C86974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86974; }
p { color: rgb(200,105,116); }
H1.HeaderClassName
{
color: #C86974;
}
.AnyTagClassName
{
color: #C86974;
}
</style>
background-color css
<style>
a { background-color: #C86974; }
a { background-color: rgb(200,105,116); }
div.DivClassName
{
background-color: #C86974;
}
.BgClassName
{
background-color: #C86974;
}
</style>
border-color css
<style>
span { border-color: #C86974; }
span { border-color: rgb(200,105,116); }
td.TdClassName
{
border-color: #C86974;
}
.TagClassName
{
border-color: #C86974;
}
</style>