Shades of Cabaret #C85266
Tints of Cabaret #C85266
RGB
CMYK
RGB Variations
Color information
#C85266 (or 0xC85266) is known color: Cabaret. HEX triplet: C8, 52 and 66. RGB value is (200,82,102). Sum of RGB (Red+Green+Blue) = 200+82+102=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85266 is #37AD99. Grayscale: #777777. Windows color (decimal): -3648922 or 6705864. OLE color: 6705864.
HSL color Cylindrical-coordinate representation of color #C85266: hue angle of 349.83º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85266 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 102 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.22 |
| HSL | 349.83º | 0.52% | 0.55% | - |
| HSV(B) | 349.83º | 0.59% | 0.78% | - |
| XYZ | 29.23 | 19.27 | 14.75 | - |
| YUV | 119.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 102 | 0 | 0.59 | 0.49 | 0.22 | 349.83 | 0.52 | 0.55 |
| Hex | C8 | 52 | 66 | 0 | 3B | 31 | 16 | 15E | 34 | 37 |
| Octal | 310 | 122 | 146 | 0 | 73 | 61 | 26 | 536 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1100110 | 0 | 111011 | 110001 | 10110 | 101011110 | 110100 | 110111 |
Color Harmonies of #C85266
Complementary color
Monochromatic Colors of #C85266
Black with #C85266
Text Example
Text Example
White with #C85266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85266; }
p { color: rgb(200,82,102); }
H1.HeaderClassName
{
color: #C85266;
}
.AnyTagClassName
{
color: #C85266;
}
</style>
background-color css
<style>
a { background-color: #C85266; }
a { background-color: rgb(200,82,102); }
div.DivClassName
{
background-color: #C85266;
}
.BgClassName
{
background-color: #C85266;
}
</style>
border-color css
<style>
span { border-color: #C85266; }
span { border-color: rgb(200,82,102); }
td.TdClassName
{
border-color: #C85266;
}
.TagClassName
{
border-color: #C85266;
}
</style>