Shades of Cabaret #C8646F
Tints of Cabaret #C8646F
RGB
CMYK
RGB Variations
Color information
#C8646F (or 0xC8646F) is known color: Cabaret. HEX triplet: C8, 64 and 6F. RGB value is (200,100,111). Sum of RGB (Red+Green+Blue) = 200+100+111=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C8646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8646F is #379B90. Grayscale: #838383. Windows color (decimal): -3644305 or 7300296. OLE color: 7300296.
HSL color Cylindrical-coordinate representation of color #C8646F: hue angle of 353.4º 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 #C8646F is Cyan = 0, Magento = 0.5, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 100 | 111 | - |
| CMYK | 0 | 0.5 | 0.44 | 0.22 |
| HSL | 353.4º | 0.48% | 0.59% | - |
| HSV(B) | 353.4º | 0.5% | 0.78% | - |
| XYZ | 31.25 | 22.54 | 17.74 | - |
| YUV | 131.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 111 | 0 | 0.5 | 0.44 | 0.22 | 353.4 | 0.48 | 0.59 |
| Hex | C8 | 64 | 6F | 0 | 32 | 2C | 16 | 161 | 30 | 3B |
| Octal | 310 | 144 | 157 | 0 | 62 | 54 | 26 | 541 | 60 | 73 |
| Binary | 11001000 | 1100100 | 1101111 | 0 | 110010 | 101100 | 10110 | 101100001 | 110000 | 111011 |
Color Harmonies of #C8646F
Complementary color
Monochromatic Colors of #C8646F
Black with #C8646F
Text Example
Text Example
White with #C8646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8646F; }
p { color: rgb(200,100,111); }
H1.HeaderClassName
{
color: #C8646F;
}
.AnyTagClassName
{
color: #C8646F;
}
</style>
background-color css
<style>
a { background-color: #C8646F; }
a { background-color: rgb(200,100,111); }
div.DivClassName
{
background-color: #C8646F;
}
.BgClassName
{
background-color: #C8646F;
}
</style>
border-color css
<style>
span { border-color: #C8646F; }
span { border-color: rgb(200,100,111); }
td.TdClassName
{
border-color: #C8646F;
}
.TagClassName
{
border-color: #C8646F;
}
</style>