Shades of Cabaret #C25B6E
Tints of Cabaret #C25B6E
RGB
CMYK
RGB Variations
Color information
#C25B6E (or 0xC25B6E) is known color: Cabaret. HEX triplet: C2, 5B and 6E. RGB value is (194,91,110). Sum of RGB (Red+Green+Blue) = 194+91+110=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B6E is #3DA491. Grayscale: #7B7B7B. Windows color (decimal): -4039826 or 7232450. OLE color: 7232450.
HSL color Cylindrical-coordinate representation of color #C25B6E: hue angle of 348.93º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25B6E is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 110 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.24 |
| HSL | 348.93º | 0.46% | 0.56% | - |
| HSV(B) | 348.93º | 0.53% | 0.76% | - |
| XYZ | 28.8 | 20.08 | 17.11 | - |
| YUV | 123.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 110 | 0 | 0.53 | 0.43 | 0.24 | 348.93 | 0.46 | 0.56 |
| Hex | C2 | 5B | 6E | 0 | 35 | 2B | 18 | 15D | 2E | 38 |
| Octal | 302 | 133 | 156 | 0 | 65 | 53 | 30 | 535 | 56 | 70 |
| Binary | 11000010 | 1011011 | 1101110 | 0 | 110101 | 101011 | 11000 | 101011101 | 101110 | 111000 |
Color Harmonies of #C25B6E
Complementary color
Monochromatic Colors of #C25B6E
Black with #C25B6E
Text Example
Text Example
White with #C25B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B6E; }
p { color: rgb(194,91,110); }
H1.HeaderClassName
{
color: #C25B6E;
}
.AnyTagClassName
{
color: #C25B6E;
}
</style>
background-color css
<style>
a { background-color: #C25B6E; }
a { background-color: rgb(194,91,110); }
div.DivClassName
{
background-color: #C25B6E;
}
.BgClassName
{
background-color: #C25B6E;
}
</style>
border-color css
<style>
span { border-color: #C25B6E; }
span { border-color: rgb(194,91,110); }
td.TdClassName
{
border-color: #C25B6E;
}
.TagClassName
{
border-color: #C25B6E;
}
</style>