Shades of Cabaret #C3606A
Tints of Cabaret #C3606A
RGB
CMYK
RGB Variations
Color information
#C3606A (or 0xC3606A) is known color: Cabaret. HEX triplet: C3, 60 and 6A. RGB value is (195,96,106). Sum of RGB (Red+Green+Blue) = 195+96+106=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C3606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3606A is #3C9F95. Grayscale: #7E7E7E. Windows color (decimal): -3973014 or 6971587. OLE color: 6971587.
HSL color Cylindrical-coordinate representation of color #C3606A: hue angle of 353.94º 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 #C3606A is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 106 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.24 |
| HSL | 353.94º | 0.45% | 0.57% | - |
| HSV(B) | 353.94º | 0.51% | 0.76% | - |
| XYZ | 29.29 | 21.01 | 16.15 | - |
| YUV | 126.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 106 | 0 | 0.51 | 0.46 | 0.24 | 353.94 | 0.45 | 0.57 |
| Hex | C3 | 60 | 6A | 0 | 33 | 2E | 18 | 162 | 2D | 39 |
| Octal | 303 | 140 | 152 | 0 | 63 | 56 | 30 | 542 | 55 | 71 |
| Binary | 11000011 | 1100000 | 1101010 | 0 | 110011 | 101110 | 11000 | 101100010 | 101101 | 111001 |
Color Harmonies of #C3606A
Complementary color
Monochromatic Colors of #C3606A
Black with #C3606A
Text Example
Text Example
White with #C3606A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3606A; }
p { color: rgb(195,96,106); }
H1.HeaderClassName
{
color: #C3606A;
}
.AnyTagClassName
{
color: #C3606A;
}
</style>
background-color css
<style>
a { background-color: #C3606A; }
a { background-color: rgb(195,96,106); }
div.DivClassName
{
background-color: #C3606A;
}
.BgClassName
{
background-color: #C3606A;
}
</style>
border-color css
<style>
span { border-color: #C3606A; }
span { border-color: rgb(195,96,106); }
td.TdClassName
{
border-color: #C3606A;
}
.TagClassName
{
border-color: #C3606A;
}
</style>