Shades of Cabaret #C35365
Tints of Cabaret #C35365
RGB
CMYK
RGB Variations
Color information
#C35365 (or 0xC35365) is known color: Cabaret. HEX triplet: C3, 53 and 65. RGB value is (195,83,101). Sum of RGB (Red+Green+Blue) = 195+83+101=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C35365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35365 is #3CAC9A. Grayscale: #767676. Windows color (decimal): -3976347 or 6640579. OLE color: 6640579.
HSL color Cylindrical-coordinate representation of color #C35365: hue angle of 350.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35365 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 101 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.24 |
| HSL | 350.36º | 0.48% | 0.55% | - |
| HSV(B) | 350.36º | 0.57% | 0.76% | - |
| XYZ | 27.95 | 18.73 | 14.45 | - |
| YUV | 118.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 101 | 0 | 0.57 | 0.48 | 0.24 | 350.36 | 0.48 | 0.55 |
| Hex | C3 | 53 | 65 | 0 | 39 | 30 | 18 | 15E | 30 | 37 |
| Octal | 303 | 123 | 145 | 0 | 71 | 60 | 30 | 536 | 60 | 67 |
| Binary | 11000011 | 1010011 | 1100101 | 0 | 111001 | 110000 | 11000 | 101011110 | 110000 | 110111 |
Color Harmonies of #C35365
Complementary color
Monochromatic Colors of #C35365
Black with #C35365
Text Example
Text Example
White with #C35365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35365; }
p { color: rgb(195,83,101); }
H1.HeaderClassName
{
color: #C35365;
}
.AnyTagClassName
{
color: #C35365;
}
</style>
background-color css
<style>
a { background-color: #C35365; }
a { background-color: rgb(195,83,101); }
div.DivClassName
{
background-color: #C35365;
}
.BgClassName
{
background-color: #C35365;
}
</style>
border-color css
<style>
span { border-color: #C35365; }
span { border-color: rgb(195,83,101); }
td.TdClassName
{
border-color: #C35365;
}
.TagClassName
{
border-color: #C35365;
}
</style>