Shades of Cabaret #C25671
Tints of Cabaret #C25671
RGB
CMYK
RGB Variations
Color information
#C25671 (or 0xC25671) is known color: Cabaret. HEX triplet: C2, 56 and 71. RGB value is (194,86,113). Sum of RGB (Red+Green+Blue) = 194+86+113=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C25671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25671 is #3DA98E. Grayscale: #797979. Windows color (decimal): -4041103 or 7427778. OLE color: 7427778.
HSL color Cylindrical-coordinate representation of color #C25671: hue angle of 345º 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 #C25671 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 113 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.24 |
| HSL | 345º | 0.47% | 0.55% | - |
| HSV(B) | 345º | 0.56% | 0.76% | - |
| XYZ | 28.56 | 19.32 | 17.85 | - |
| YUV | 121.37 | 123.28 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 113 | 0 | 0.56 | 0.42 | 0.24 | 345 | 0.47 | 0.55 |
| Hex | C2 | 56 | 71 | 0 | 38 | 2A | 18 | 159 | 2F | 37 |
| Octal | 302 | 126 | 161 | 0 | 70 | 52 | 30 | 531 | 57 | 67 |
| Binary | 11000010 | 1010110 | 1110001 | 0 | 111000 | 101010 | 11000 | 101011001 | 101111 | 110111 |
Color Harmonies of #C25671
Complementary color
Monochromatic Colors of #C25671
Black with #C25671
Text Example
Text Example
White with #C25671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25671; }
p { color: rgb(194,86,113); }
H1.HeaderClassName
{
color: #C25671;
}
.AnyTagClassName
{
color: #C25671;
}
</style>
background-color css
<style>
a { background-color: #C25671; }
a { background-color: rgb(194,86,113); }
div.DivClassName
{
background-color: #C25671;
}
.BgClassName
{
background-color: #C25671;
}
</style>
border-color css
<style>
span { border-color: #C25671; }
span { border-color: rgb(194,86,113); }
td.TdClassName
{
border-color: #C25671;
}
.TagClassName
{
border-color: #C25671;
}
</style>