Shades of Cabaret #C3556B
Tints of Cabaret #C3556B
RGB
CMYK
RGB Variations
Color information
#C3556B (or 0xC3556B) is known color: Cabaret. HEX triplet: C3, 55 and 6B. RGB value is (195,85,107). Sum of RGB (Red+Green+Blue) = 195+85+107=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3556B is #3CAA94. Grayscale: #787878. Windows color (decimal): -3975829 or 7034307. OLE color: 7034307.
HSL color Cylindrical-coordinate representation of color #C3556B: hue angle of 348º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3556B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 107 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.24 |
| HSL | 348º | 0.48% | 0.55% | - |
| HSV(B) | 348º | 0.56% | 0.76% | - |
| XYZ | 28.41 | 19.16 | 16.11 | - |
| YUV | 120.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 107 | 0 | 0.56 | 0.45 | 0.24 | 348 | 0.48 | 0.55 |
| Hex | C3 | 55 | 6B | 0 | 38 | 2D | 18 | 15C | 30 | 37 |
| Octal | 303 | 125 | 153 | 0 | 70 | 55 | 30 | 534 | 60 | 67 |
| Binary | 11000011 | 1010101 | 1101011 | 0 | 111000 | 101101 | 11000 | 101011100 | 110000 | 110111 |
Color Harmonies of #C3556B
Complementary color
Monochromatic Colors of #C3556B
Black with #C3556B
Text Example
Text Example
White with #C3556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3556B; }
p { color: rgb(195,85,107); }
H1.HeaderClassName
{
color: #C3556B;
}
.AnyTagClassName
{
color: #C3556B;
}
</style>
background-color css
<style>
a { background-color: #C3556B; }
a { background-color: rgb(195,85,107); }
div.DivClassName
{
background-color: #C3556B;
}
.BgClassName
{
background-color: #C3556B;
}
</style>
border-color css
<style>
span { border-color: #C3556B; }
span { border-color: rgb(195,85,107); }
td.TdClassName
{
border-color: #C3556B;
}
.TagClassName
{
border-color: #C3556B;
}
</style>