Shades of Cabaret #C85C6B
Tints of Cabaret #C85C6B
RGB
CMYK
RGB Variations
Color information
#C85C6B (or 0xC85C6B) is known color: Cabaret. HEX triplet: C8, 5C and 6B. RGB value is (200,92,107). Sum of RGB (Red+Green+Blue) = 200+92+107=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C6B is #37A394. Grayscale: #7E7E7E. Windows color (decimal): -3646357 or 7036104. OLE color: 7036104.
HSL color Cylindrical-coordinate representation of color #C85C6B: hue angle of 351.67º 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 #C85C6B is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 107 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.22 |
| HSL | 351.67º | 0.5% | 0.57% | - |
| HSV(B) | 351.67º | 0.54% | 0.78% | - |
| XYZ | 30.3 | 21 | 16.37 | - |
| YUV | 126 | 117.28 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 107 | 0 | 0.54 | 0.46 | 0.22 | 351.67 | 0.5 | 0.57 |
| Hex | C8 | 5C | 6B | 0 | 36 | 2E | 16 | 160 | 32 | 39 |
| Octal | 310 | 134 | 153 | 0 | 66 | 56 | 26 | 540 | 62 | 71 |
| Binary | 11001000 | 1011100 | 1101011 | 0 | 110110 | 101110 | 10110 | 101100000 | 110010 | 111001 |
Color Harmonies of #C85C6B
Complementary color
Monochromatic Colors of #C85C6B
Black with #C85C6B
Text Example
Text Example
White with #C85C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85C6B; }
p { color: rgb(200,92,107); }
H1.HeaderClassName
{
color: #C85C6B;
}
.AnyTagClassName
{
color: #C85C6B;
}
</style>
background-color css
<style>
a { background-color: #C85C6B; }
a { background-color: rgb(200,92,107); }
div.DivClassName
{
background-color: #C85C6B;
}
.BgClassName
{
background-color: #C85C6B;
}
</style>
border-color css
<style>
span { border-color: #C85C6B; }
span { border-color: rgb(200,92,107); }
td.TdClassName
{
border-color: #C85C6B;
}
.TagClassName
{
border-color: #C85C6B;
}
</style>