Shades of Cabaret #C35565
Tints of Cabaret #C35565
RGB
CMYK
RGB Variations
Color information
#C35565 (or 0xC35565) is known color: Cabaret. HEX triplet: C3, 55 and 65. RGB value is (195,85,101). Sum of RGB (Red+Green+Blue) = 195+85+101=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C35565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35565 is #3CAA9A. Grayscale: #777777. Windows color (decimal): -3975835 or 6641091. OLE color: 6641091.
HSL color Cylindrical-coordinate representation of color #C35565: hue angle of 351.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35565 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 101 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.24 |
| HSL | 351.27º | 0.48% | 0.55% | - |
| HSV(B) | 351.27º | 0.56% | 0.76% | - |
| XYZ | 28.1 | 19.04 | 14.51 | - |
| YUV | 119.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 101 | 0 | 0.56 | 0.48 | 0.24 | 351.27 | 0.48 | 0.55 |
| Hex | C3 | 55 | 65 | 0 | 38 | 30 | 18 | 15F | 30 | 37 |
| Octal | 303 | 125 | 145 | 0 | 70 | 60 | 30 | 537 | 60 | 67 |
| Binary | 11000011 | 1010101 | 1100101 | 0 | 111000 | 110000 | 11000 | 101011111 | 110000 | 110111 |
Color Harmonies of #C35565
Complementary color
Monochromatic Colors of #C35565
Black with #C35565
Text Example
Text Example
White with #C35565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35565; }
p { color: rgb(195,85,101); }
H1.HeaderClassName
{
color: #C35565;
}
.AnyTagClassName
{
color: #C35565;
}
</style>
background-color css
<style>
a { background-color: #C35565; }
a { background-color: rgb(195,85,101); }
div.DivClassName
{
background-color: #C35565;
}
.BgClassName
{
background-color: #C35565;
}
</style>
border-color css
<style>
span { border-color: #C35565; }
span { border-color: rgb(195,85,101); }
td.TdClassName
{
border-color: #C35565;
}
.TagClassName
{
border-color: #C35565;
}
</style>