Shades of Cabaret #C86B74
Tints of Cabaret #C86B74
RGB
CMYK
RGB Variations
Color information
#C86B74 (or 0xC86B74) is known color: Cabaret. HEX triplet: C8, 6B and 74. RGB value is (200,107,116). Sum of RGB (Red+Green+Blue) = 200+107+116=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B74 is #37948B. Grayscale: #878787. Windows color (decimal): -3642508 or 7629768. OLE color: 7629768.
HSL color Cylindrical-coordinate representation of color #C86B74: hue angle of 354.19º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86B74 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 116 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.22 |
| HSL | 354.19º | 0.46% | 0.6% | - |
| HSV(B) | 354.19º | 0.47% | 0.78% | - |
| XYZ | 32.23 | 24.06 | 19.47 | - |
| YUV | 135.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 116 | 0 | 0.46 | 0.42 | 0.22 | 354.19 | 0.46 | 0.6 |
| Hex | C8 | 6B | 74 | 0 | 2E | 2A | 16 | 162 | 2E | 3C |
| Octal | 310 | 153 | 164 | 0 | 56 | 52 | 26 | 542 | 56 | 74 |
| Binary | 11001000 | 1101011 | 1110100 | 0 | 101110 | 101010 | 10110 | 101100010 | 101110 | 111100 |
Color Harmonies of #C86B74
Complementary color
Monochromatic Colors of #C86B74
Black with #C86B74
Text Example
Text Example
White with #C86B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86B74; }
p { color: rgb(200,107,116); }
H1.HeaderClassName
{
color: #C86B74;
}
.AnyTagClassName
{
color: #C86B74;
}
</style>
background-color css
<style>
a { background-color: #C86B74; }
a { background-color: rgb(200,107,116); }
div.DivClassName
{
background-color: #C86B74;
}
.BgClassName
{
background-color: #C86B74;
}
</style>
border-color css
<style>
span { border-color: #C86B74; }
span { border-color: rgb(200,107,116); }
td.TdClassName
{
border-color: #C86B74;
}
.TagClassName
{
border-color: #C86B74;
}
</style>