Shades of Cabaret #C85267
Tints of Cabaret #C85267
RGB
CMYK
RGB Variations
Color information
#C85267 (or 0xC85267) is known color: Cabaret. HEX triplet: C8, 52 and 67. RGB value is (200,82,103). Sum of RGB (Red+Green+Blue) = 200+82+103=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C85267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85267 is #37AD98. Grayscale: #777777. Windows color (decimal): -3648921 or 6771400. OLE color: 6771400.
HSL color Cylindrical-coordinate representation of color #C85267: hue angle of 349.32º 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 #C85267 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 103 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.22 |
| HSL | 349.32º | 0.52% | 0.55% | - |
| HSV(B) | 349.32º | 0.59% | 0.78% | - |
| XYZ | 29.28 | 19.29 | 15.01 | - |
| YUV | 119.68 | 118.59 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 103 | 0 | 0.59 | 0.48 | 0.22 | 349.32 | 0.52 | 0.55 |
| Hex | C8 | 52 | 67 | 0 | 3B | 30 | 16 | 15D | 34 | 37 |
| Octal | 310 | 122 | 147 | 0 | 73 | 60 | 26 | 535 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1100111 | 0 | 111011 | 110000 | 10110 | 101011101 | 110100 | 110111 |
Color Harmonies of #C85267
Complementary color
Monochromatic Colors of #C85267
Black with #C85267
Text Example
Text Example
White with #C85267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85267; }
p { color: rgb(200,82,103); }
H1.HeaderClassName
{
color: #C85267;
}
.AnyTagClassName
{
color: #C85267;
}
</style>
background-color css
<style>
a { background-color: #C85267; }
a { background-color: rgb(200,82,103); }
div.DivClassName
{
background-color: #C85267;
}
.BgClassName
{
background-color: #C85267;
}
</style>
border-color css
<style>
span { border-color: #C85267; }
span { border-color: rgb(200,82,103); }
td.TdClassName
{
border-color: #C85267;
}
.TagClassName
{
border-color: #C85267;
}
</style>