Shades of Cabaret #C8686F
Tints of Cabaret #C8686F
RGB
CMYK
RGB Variations
Color information
#C8686F (or 0xC8686F) is known color: Cabaret. HEX triplet: C8, 68 and 6F. RGB value is (200,104,111). Sum of RGB (Red+Green+Blue) = 200+104+111=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8686F is #379790. Grayscale: #858585. Windows color (decimal): -3643281 or 7301320. OLE color: 7301320.
HSL color Cylindrical-coordinate representation of color #C8686F: hue angle of 355.62º degrees, saturation: 0.47, 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 #C8686F is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 111 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.22 |
| HSL | 355.63º | 0.47% | 0.6% | - |
| HSV(B) | 355.63º | 0.48% | 0.78% | - |
| XYZ | 31.64 | 23.33 | 17.87 | - |
| YUV | 133.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 111 | 0 | 0.48 | 0.44 | 0.22 | 355.63 | 0.47 | 0.6 |
| Hex | C8 | 68 | 6F | 0 | 30 | 2C | 16 | 164 | 2F | 3C |
| Octal | 310 | 150 | 157 | 0 | 60 | 54 | 26 | 544 | 57 | 74 |
| Binary | 11001000 | 1101000 | 1101111 | 0 | 110000 | 101100 | 10110 | 101100100 | 101111 | 111100 |
Color Harmonies of #C8686F
Complementary color
Monochromatic Colors of #C8686F
Black with #C8686F
Text Example
Text Example
White with #C8686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8686F; }
p { color: rgb(200,104,111); }
H1.HeaderClassName
{
color: #C8686F;
}
.AnyTagClassName
{
color: #C8686F;
}
</style>
background-color css
<style>
a { background-color: #C8686F; }
a { background-color: rgb(200,104,111); }
div.DivClassName
{
background-color: #C8686F;
}
.BgClassName
{
background-color: #C8686F;
}
</style>
border-color css
<style>
span { border-color: #C8686F; }
span { border-color: rgb(200,104,111); }
td.TdClassName
{
border-color: #C8686F;
}
.TagClassName
{
border-color: #C8686F;
}
</style>