Shades of Cabaret #C1556B
Tints of Cabaret #C1556B
RGB
CMYK
RGB Variations
Color information
#C1556B (or 0xC1556B) is known color: Cabaret. HEX triplet: C1, 55 and 6B. RGB value is (193,85,107). Sum of RGB (Red+Green+Blue) = 193+85+107=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1556B is #3EAA94. Grayscale: #777777. Windows color (decimal): -4106901 or 7034305. OLE color: 7034305.
HSL color Cylindrical-coordinate representation of color #C1556B: hue angle of 347.78º degrees, saturation: 0.47, 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 #C1556B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 107 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.24 |
| HSL | 347.78º | 0.47% | 0.55% | - |
| HSV(B) | 347.78º | 0.56% | 0.76% | - |
| XYZ | 27.89 | 18.9 | 16.09 | - |
| YUV | 119.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 107 | 0 | 0.56 | 0.45 | 0.24 | 347.78 | 0.47 | 0.55 |
| Hex | C1 | 55 | 6B | 0 | 38 | 2D | 18 | 15C | 2F | 37 |
| Octal | 301 | 125 | 153 | 0 | 70 | 55 | 30 | 534 | 57 | 67 |
| Binary | 11000001 | 1010101 | 1101011 | 0 | 111000 | 101101 | 11000 | 101011100 | 101111 | 110111 |
Color Harmonies of #C1556B
Complementary color
Monochromatic Colors of #C1556B
Black with #C1556B
Text Example
Text Example
White with #C1556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1556B; }
p { color: rgb(193,85,107); }
H1.HeaderClassName
{
color: #C1556B;
}
.AnyTagClassName
{
color: #C1556B;
}
</style>
background-color css
<style>
a { background-color: #C1556B; }
a { background-color: rgb(193,85,107); }
div.DivClassName
{
background-color: #C1556B;
}
.BgClassName
{
background-color: #C1556B;
}
</style>
border-color css
<style>
span { border-color: #C1556B; }
span { border-color: rgb(193,85,107); }
td.TdClassName
{
border-color: #C1556B;
}
.TagClassName
{
border-color: #C1556B;
}
</style>