Shades of Cabaret #C85D75
Tints of Cabaret #C85D75
RGB
CMYK
RGB Variations
Color information
#C85D75 (or 0xC85D75) is known color: Cabaret. HEX triplet: C8, 5D and 75. RGB value is (200,93,117). Sum of RGB (Red+Green+Blue) = 200+93+117=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D75 is #37A28A. Grayscale: #7F7F7F. Windows color (decimal): -3646091 or 7691720. OLE color: 7691720.
HSL color Cylindrical-coordinate representation of color #C85D75: hue angle of 346.54º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D75 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 117 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.22 |
| HSL | 346.54º | 0.49% | 0.57% | - |
| HSV(B) | 346.54º | 0.54% | 0.78% | - |
| XYZ | 30.94 | 21.39 | 19.33 | - |
| YUV | 127.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 117 | 0 | 0.54 | 0.42 | 0.22 | 346.54 | 0.49 | 0.57 |
| Hex | C8 | 5D | 75 | 0 | 36 | 2A | 16 | 15B | 31 | 39 |
| Octal | 310 | 135 | 165 | 0 | 66 | 52 | 26 | 533 | 61 | 71 |
| Binary | 11001000 | 1011101 | 1110101 | 0 | 110110 | 101010 | 10110 | 101011011 | 110001 | 111001 |
Color Harmonies of #C85D75
Complementary color
Monochromatic Colors of #C85D75
Black with #C85D75
Text Example
Text Example
White with #C85D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D75; }
p { color: rgb(200,93,117); }
H1.HeaderClassName
{
color: #C85D75;
}
.AnyTagClassName
{
color: #C85D75;
}
</style>
background-color css
<style>
a { background-color: #C85D75; }
a { background-color: rgb(200,93,117); }
div.DivClassName
{
background-color: #C85D75;
}
.BgClassName
{
background-color: #C85D75;
}
</style>
border-color css
<style>
span { border-color: #C85D75; }
span { border-color: rgb(200,93,117); }
td.TdClassName
{
border-color: #C85D75;
}
.TagClassName
{
border-color: #C85D75;
}
</style>