Shades of Cabaret #C85C6C
Tints of Cabaret #C85C6C
RGB
CMYK
RGB Variations
Color information
#C85C6C (or 0xC85C6C) is known color: Cabaret. HEX triplet: C8, 5C and 6C. RGB value is (200,92,108). Sum of RGB (Red+Green+Blue) = 200+92+108=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C6C is #37A393. Grayscale: #7E7E7E. Windows color (decimal): -3646356 or 7101640. OLE color: 7101640.
HSL color Cylindrical-coordinate representation of color #C85C6C: hue angle of 351.11º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85C6C is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 108 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.22 |
| HSL | 351.11º | 0.5% | 0.57% | - |
| HSV(B) | 351.11º | 0.54% | 0.78% | - |
| XYZ | 30.35 | 21.02 | 16.64 | - |
| YUV | 126.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 108 | 0 | 0.54 | 0.46 | 0.22 | 351.11 | 0.5 | 0.57 |
| Hex | C8 | 5C | 6C | 0 | 36 | 2E | 16 | 15F | 32 | 39 |
| Octal | 310 | 134 | 154 | 0 | 66 | 56 | 26 | 537 | 62 | 71 |
| Binary | 11001000 | 1011100 | 1101100 | 0 | 110110 | 101110 | 10110 | 101011111 | 110010 | 111001 |
Color Harmonies of #C85C6C
Complementary color
Monochromatic Colors of #C85C6C
Black with #C85C6C
Text Example
Text Example
White with #C85C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C6C; }
p { color: rgb(200,92,108); }
H1.HeaderClassName
{
color: #C85C6C;
}
.AnyTagClassName
{
color: #C85C6C;
}
</style>
background-color css
<style>
a { background-color: #C85C6C; }
a { background-color: rgb(200,92,108); }
div.DivClassName
{
background-color: #C85C6C;
}
.BgClassName
{
background-color: #C85C6C;
}
</style>
border-color css
<style>
span { border-color: #C85C6C; }
span { border-color: rgb(200,92,108); }
td.TdClassName
{
border-color: #C85C6C;
}
.TagClassName
{
border-color: #C85C6C;
}
</style>