Shades of Cabaret #C35367
Tints of Cabaret #C35367
RGB
CMYK
RGB Variations
Color information
#C35367 (or 0xC35367) is known color: Cabaret. HEX triplet: C3, 53 and 67. RGB value is (195,83,103). Sum of RGB (Red+Green+Blue) = 195+83+103=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C35367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35367 is #3CAC98. Grayscale: #767676. Windows color (decimal): -3976345 or 6771651. OLE color: 6771651.
HSL color Cylindrical-coordinate representation of color #C35367: hue angle of 349.29º 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 #C35367 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 103 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.24 |
| HSL | 349.29º | 0.48% | 0.55% | - |
| HSV(B) | 349.29º | 0.57% | 0.76% | - |
| XYZ | 28.05 | 18.77 | 14.98 | - |
| YUV | 118.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 103 | 0 | 0.57 | 0.47 | 0.24 | 349.29 | 0.48 | 0.55 |
| Hex | C3 | 53 | 67 | 0 | 39 | 2F | 18 | 15D | 30 | 37 |
| Octal | 303 | 123 | 147 | 0 | 71 | 57 | 30 | 535 | 60 | 67 |
| Binary | 11000011 | 1010011 | 1100111 | 0 | 111001 | 101111 | 11000 | 101011101 | 110000 | 110111 |
Color Harmonies of #C35367
Complementary color
Monochromatic Colors of #C35367
Black with #C35367
Text Example
Text Example
White with #C35367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35367; }
p { color: rgb(195,83,103); }
H1.HeaderClassName
{
color: #C35367;
}
.AnyTagClassName
{
color: #C35367;
}
</style>
background-color css
<style>
a { background-color: #C35367; }
a { background-color: rgb(195,83,103); }
div.DivClassName
{
background-color: #C35367;
}
.BgClassName
{
background-color: #C35367;
}
</style>
border-color css
<style>
span { border-color: #C35367; }
span { border-color: rgb(195,83,103); }
td.TdClassName
{
border-color: #C35367;
}
.TagClassName
{
border-color: #C35367;
}
</style>