Shades of Cabaret #C8656D
Tints of Cabaret #C8656D
RGB
CMYK
RGB Variations
Color information
#C8656D (or 0xC8656D) is known color: Cabaret. HEX triplet: C8, 65 and 6D. RGB value is (200,101,109). Sum of RGB (Red+Green+Blue) = 200+101+109=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8656D is #379A92. Grayscale: #838383. Windows color (decimal): -3644051 or 7169480. OLE color: 7169480.
HSL color Cylindrical-coordinate representation of color #C8656D: hue angle of 355.15º degrees, saturation: 0.47, 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 #C8656D is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 109 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.22 |
| HSL | 355.15º | 0.47% | 0.59% | - |
| HSV(B) | 355.15º | 0.5% | 0.78% | - |
| XYZ | 31.23 | 22.69 | 17.2 | - |
| YUV | 131.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 109 | 0 | 0.49 | 0.46 | 0.22 | 355.15 | 0.47 | 0.59 |
| Hex | C8 | 65 | 6D | 0 | 31 | 2E | 16 | 163 | 2F | 3B |
| Octal | 310 | 145 | 155 | 0 | 61 | 56 | 26 | 543 | 57 | 73 |
| Binary | 11001000 | 1100101 | 1101101 | 0 | 110001 | 101110 | 10110 | 101100011 | 101111 | 111011 |
Color Harmonies of #C8656D
Complementary color
Monochromatic Colors of #C8656D
Black with #C8656D
Text Example
Text Example
White with #C8656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8656D; }
p { color: rgb(200,101,109); }
H1.HeaderClassName
{
color: #C8656D;
}
.AnyTagClassName
{
color: #C8656D;
}
</style>
background-color css
<style>
a { background-color: #C8656D; }
a { background-color: rgb(200,101,109); }
div.DivClassName
{
background-color: #C8656D;
}
.BgClassName
{
background-color: #C8656D;
}
</style>
border-color css
<style>
span { border-color: #C8656D; }
span { border-color: rgb(200,101,109); }
td.TdClassName
{
border-color: #C8656D;
}
.TagClassName
{
border-color: #C8656D;
}
</style>