Shades of Cabaret #C85775
Tints of Cabaret #C85775
RGB
CMYK
RGB Variations
Color information
#C85775 (or 0xC85775) is known color: Cabaret. HEX triplet: C8, 57 and 75. RGB value is (200,87,117). Sum of RGB (Red+Green+Blue) = 200+87+117=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C85775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85775 is #37A88A. Grayscale: #7C7C7C. Windows color (decimal): -3647627 or 7690184. OLE color: 7690184.
HSL color Cylindrical-coordinate representation of color #C85775: hue angle of 344.07º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85775 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 117 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.22 |
| HSL | 344.07º | 0.51% | 0.56% | - |
| HSV(B) | 344.07º | 0.57% | 0.78% | - |
| XYZ | 30.44 | 20.38 | 19.16 | - |
| YUV | 124.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 117 | 0 | 0.56 | 0.42 | 0.22 | 344.07 | 0.51 | 0.56 |
| Hex | C8 | 57 | 75 | 0 | 38 | 2A | 16 | 158 | 33 | 38 |
| Octal | 310 | 127 | 165 | 0 | 70 | 52 | 26 | 530 | 63 | 70 |
| Binary | 11001000 | 1010111 | 1110101 | 0 | 111000 | 101010 | 10110 | 101011000 | 110011 | 111000 |
Color Harmonies of #C85775
Complementary color
Monochromatic Colors of #C85775
Black with #C85775
Text Example
Text Example
White with #C85775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85775; }
p { color: rgb(200,87,117); }
H1.HeaderClassName
{
color: #C85775;
}
.AnyTagClassName
{
color: #C85775;
}
</style>
background-color css
<style>
a { background-color: #C85775; }
a { background-color: rgb(200,87,117); }
div.DivClassName
{
background-color: #C85775;
}
.BgClassName
{
background-color: #C85775;
}
</style>
border-color css
<style>
span { border-color: #C85775; }
span { border-color: rgb(200,87,117); }
td.TdClassName
{
border-color: #C85775;
}
.TagClassName
{
border-color: #C85775;
}
</style>