Shades of Cabaret #C86674
Tints of Cabaret #C86674
RGB
CMYK
RGB Variations
Color information
#C86674 (or 0xC86674) is known color: Cabaret. HEX triplet: C8, 66 and 74. RGB value is (200,102,116). Sum of RGB (Red+Green+Blue) = 200+102+116=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C86674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86674 is #37998B. Grayscale: #848484. Windows color (decimal): -3643788 or 7628488. OLE color: 7628488.
HSL color Cylindrical-coordinate representation of color #C86674: hue angle of 351.43º degrees, saturation: 0.47, 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 #C86674 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 116 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.22 |
| HSL | 351.43º | 0.47% | 0.59% | - |
| HSV(B) | 351.43º | 0.49% | 0.78% | - |
| XYZ | 31.72 | 23.04 | 19.3 | - |
| YUV | 132.9 | 118.47 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 116 | 0 | 0.49 | 0.42 | 0.22 | 351.43 | 0.47 | 0.59 |
| Hex | C8 | 66 | 74 | 0 | 31 | 2A | 16 | 15F | 2F | 3B |
| Octal | 310 | 146 | 164 | 0 | 61 | 52 | 26 | 537 | 57 | 73 |
| Binary | 11001000 | 1100110 | 1110100 | 0 | 110001 | 101010 | 10110 | 101011111 | 101111 | 111011 |
Color Harmonies of #C86674
Complementary color
Monochromatic Colors of #C86674
Black with #C86674
Text Example
Text Example
White with #C86674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86674; }
p { color: rgb(200,102,116); }
H1.HeaderClassName
{
color: #C86674;
}
.AnyTagClassName
{
color: #C86674;
}
</style>
background-color css
<style>
a { background-color: #C86674; }
a { background-color: rgb(200,102,116); }
div.DivClassName
{
background-color: #C86674;
}
.BgClassName
{
background-color: #C86674;
}
</style>
border-color css
<style>
span { border-color: #C86674; }
span { border-color: rgb(200,102,116); }
td.TdClassName
{
border-color: #C86674;
}
.TagClassName
{
border-color: #C86674;
}
</style>