Shades of Cabaret #C3486A
Tints of Cabaret #C3486A
RGB
CMYK
RGB Variations
Color information
#C3486A (or 0xC3486A) is known color: Cabaret. HEX triplet: C3, 48 and 6A. RGB value is (195,72,106). Sum of RGB (Red+Green+Blue) = 195+72+106=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3486A is #3CB795. Grayscale: #707070. Windows color (decimal): -3979158 or 6965443. OLE color: 6965443.
HSL color Cylindrical-coordinate representation of color #C3486A: hue angle of 343.41º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3486A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 106 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.24 |
| HSL | 343.41º | 0.51% | 0.52% | - |
| HSV(B) | 343.41º | 0.63% | 0.76% | - |
| XYZ | 27.42 | 17.28 | 15.53 | - |
| YUV | 112.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 106 | 0 | 0.63 | 0.46 | 0.24 | 343.41 | 0.51 | 0.52 |
| Hex | C3 | 48 | 6A | 0 | 3F | 2E | 18 | 157 | 33 | 34 |
| Octal | 303 | 110 | 152 | 0 | 77 | 56 | 30 | 527 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1101010 | 0 | 111111 | 101110 | 11000 | 101010111 | 110011 | 110100 |
Color Harmonies of #C3486A
Complementary color
Monochromatic Colors of #C3486A
Black with #C3486A
Text Example
Text Example
White with #C3486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3486A; }
p { color: rgb(195,72,106); }
H1.HeaderClassName
{
color: #C3486A;
}
.AnyTagClassName
{
color: #C3486A;
}
</style>
background-color css
<style>
a { background-color: #C3486A; }
a { background-color: rgb(195,72,106); }
div.DivClassName
{
background-color: #C3486A;
}
.BgClassName
{
background-color: #C3486A;
}
</style>
border-color css
<style>
span { border-color: #C3486A; }
span { border-color: rgb(195,72,106); }
td.TdClassName
{
border-color: #C3486A;
}
.TagClassName
{
border-color: #C3486A;
}
</style>