Shades of Cabaret #C3606D
Tints of Cabaret #C3606D
RGB
CMYK
RGB Variations
Color information
#C3606D (or 0xC3606D) is known color: Cabaret. HEX triplet: C3, 60 and 6D. RGB value is (195,96,109). Sum of RGB (Red+Green+Blue) = 195+96+109=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3606D is #3C9F92. Grayscale: #7F7F7F. Windows color (decimal): -3973011 or 7168195. OLE color: 7168195.
HSL color Cylindrical-coordinate representation of color #C3606D: hue angle of 352.12º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3606D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 109 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.24 |
| HSL | 352.12º | 0.45% | 0.57% | - |
| HSV(B) | 352.12º | 0.51% | 0.76% | - |
| XYZ | 29.45 | 21.07 | 16.98 | - |
| YUV | 127.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 109 | 0 | 0.51 | 0.44 | 0.24 | 352.12 | 0.45 | 0.57 |
| Hex | C3 | 60 | 6D | 0 | 33 | 2C | 18 | 160 | 2D | 39 |
| Octal | 303 | 140 | 155 | 0 | 63 | 54 | 30 | 540 | 55 | 71 |
| Binary | 11000011 | 1100000 | 1101101 | 0 | 110011 | 101100 | 11000 | 101100000 | 101101 | 111001 |
Color Harmonies of #C3606D
Complementary color
Monochromatic Colors of #C3606D
Black with #C3606D
Text Example
Text Example
White with #C3606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3606D; }
p { color: rgb(195,96,109); }
H1.HeaderClassName
{
color: #C3606D;
}
.AnyTagClassName
{
color: #C3606D;
}
</style>
background-color css
<style>
a { background-color: #C3606D; }
a { background-color: rgb(195,96,109); }
div.DivClassName
{
background-color: #C3606D;
}
.BgClassName
{
background-color: #C3606D;
}
</style>
border-color css
<style>
span { border-color: #C3606D; }
span { border-color: rgb(195,96,109); }
td.TdClassName
{
border-color: #C3606D;
}
.TagClassName
{
border-color: #C3606D;
}
</style>