Shades of Cabaret #C86369
Tints of Cabaret #C86369
RGB
CMYK
RGB Variations
Color information
#C86369 (or 0xC86369) is known color: Cabaret. HEX triplet: C8, 63 and 69. RGB value is (200,99,105). Sum of RGB (Red+Green+Blue) = 200+99+105=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 105 (41.41% from 255 or 25.99% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C86369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86369 is #379C96. Grayscale: #818181. Windows color (decimal): -3644567 or 6906824. OLE color: 6906824.
HSL color Cylindrical-coordinate representation of color #C86369: hue angle of 356.44º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86369 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 105 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.22 |
| HSL | 356.44º | 0.48% | 0.59% | - |
| HSV(B) | 356.44º | 0.51% | 0.78% | - |
| XYZ | 30.83 | 22.22 | 16.03 | - |
| YUV | 129.88 | 113.96 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 105 | 0 | 0.50 | 0.48 | 0.22 | 356.44 | 0.48 | 0.59 |
| Hex | C8 | 63 | 69 | 0 | 32 | 30 | 16 | 164 | 30 | 3B |
| Octal | 310 | 143 | 151 | 0 | 62 | 60 | 26 | 544 | 60 | 73 |
| Binary | 11001000 | 1100011 | 1101001 | 0 | 110010 | 110000 | 10110 | 101100100 | 110000 | 111011 |
Color Harmonies of #C86369
Complementary color
Monochromatic Colors of #C86369
Black with #C86369
Text Example
Text Example
White with #C86369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86369; }
p { color: rgb(200,99,105); }
H1.HeaderClassName
{
color: #C86369;
}
.AnyTagClassName
{
color: #C86369;
}
</style>
background-color css
<style>
a { background-color: #C86369; }
a { background-color: rgb(200,99,105); }
div.DivClassName
{
background-color: #C86369;
}
.BgClassName
{
background-color: #C86369;
}
</style>
border-color css
<style>
span { border-color: #C86369; }
span { border-color: rgb(200,99,105); }
td.TdClassName
{
border-color: #C86369;
}
.TagClassName
{
border-color: #C86369;
}
</style>