Shades of Cabaret #C8666C
Tints of Cabaret #C8666C
RGB
CMYK
RGB Variations
Color information
#C8666C (or 0xC8666C) is known color: Cabaret. HEX triplet: C8, 66 and 6C. RGB value is (200,102,108). Sum of RGB (Red+Green+Blue) = 200+102+108=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C8666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8666C is #379993. Grayscale: #848484. Windows color (decimal): -3643796 or 7104200. OLE color: 7104200.
HSL color Cylindrical-coordinate representation of color #C8666C: hue angle of 356.33º 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 #C8666C is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 108 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.22 |
| HSL | 356.33º | 0.47% | 0.59% | - |
| HSV(B) | 356.33º | 0.49% | 0.78% | - |
| XYZ | 31.28 | 22.86 | 16.95 | - |
| YUV | 131.99 | 114.47 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 108 | 0 | 0.49 | 0.46 | 0.22 | 356.33 | 0.47 | 0.59 |
| Hex | C8 | 66 | 6C | 0 | 31 | 2E | 16 | 164 | 2F | 3B |
| Octal | 310 | 146 | 154 | 0 | 61 | 56 | 26 | 544 | 57 | 73 |
| Binary | 11001000 | 1100110 | 1101100 | 0 | 110001 | 101110 | 10110 | 101100100 | 101111 | 111011 |
Color Harmonies of #C8666C
Complementary color
Monochromatic Colors of #C8666C
Black with #C8666C
Text Example
Text Example
White with #C8666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8666C; }
p { color: rgb(200,102,108); }
H1.HeaderClassName
{
color: #C8666C;
}
.AnyTagClassName
{
color: #C8666C;
}
</style>
background-color css
<style>
a { background-color: #C8666C; }
a { background-color: rgb(200,102,108); }
div.DivClassName
{
background-color: #C8666C;
}
.BgClassName
{
background-color: #C8666C;
}
</style>
border-color css
<style>
span { border-color: #C8666C; }
span { border-color: rgb(200,102,108); }
td.TdClassName
{
border-color: #C8666C;
}
.TagClassName
{
border-color: #C8666C;
}
</style>