Shades of Cabaret #C3656A
Tints of Cabaret #C3656A
RGB
CMYK
RGB Variations
Color information
#C3656A (or 0xC3656A) is known color: Cabaret. HEX triplet: C3, 65 and 6A. RGB value is (195,101,106). Sum of RGB (Red+Green+Blue) = 195+101+106=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3656A is #3C9A95. Grayscale: #818181. Windows color (decimal): -3971734 or 6972867. OLE color: 6972867.
HSL color Cylindrical-coordinate representation of color #C3656A: hue angle of 356.81º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C3656A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 106 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.24 |
| HSL | 356.81º | 0.44% | 0.58% | - |
| HSV(B) | 356.81º | 0.48% | 0.76% | - |
| XYZ | 29.76 | 21.95 | 16.3 | - |
| YUV | 129.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 106 | 0 | 0.48 | 0.46 | 0.24 | 356.81 | 0.44 | 0.58 |
| Hex | C3 | 65 | 6A | 0 | 30 | 2E | 18 | 165 | 2C | 3A |
| Octal | 303 | 145 | 152 | 0 | 60 | 56 | 30 | 545 | 54 | 72 |
| Binary | 11000011 | 1100101 | 1101010 | 0 | 110000 | 101110 | 11000 | 101100101 | 101100 | 111010 |
Color Harmonies of #C3656A
Complementary color
Monochromatic Colors of #C3656A
Black with #C3656A
Text Example
Text Example
White with #C3656A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3656A; }
p { color: rgb(195,101,106); }
H1.HeaderClassName
{
color: #C3656A;
}
.AnyTagClassName
{
color: #C3656A;
}
</style>
background-color css
<style>
a { background-color: #C3656A; }
a { background-color: rgb(195,101,106); }
div.DivClassName
{
background-color: #C3656A;
}
.BgClassName
{
background-color: #C3656A;
}
</style>
border-color css
<style>
span { border-color: #C3656A; }
span { border-color: rgb(195,101,106); }
td.TdClassName
{
border-color: #C3656A;
}
.TagClassName
{
border-color: #C3656A;
}
</style>