Shades of Cabaret #C25C6D
Tints of Cabaret #C25C6D
RGB
CMYK
RGB Variations
Color information
#C25C6D (or 0xC25C6D) is known color: Cabaret. HEX triplet: C2, 5C and 6D. RGB value is (194,92,109). Sum of RGB (Red+Green+Blue) = 194+92+109=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C6D is #3DA392. Grayscale: #7C7C7C. Windows color (decimal): -4039571 or 7167170. OLE color: 7167170.
HSL color Cylindrical-coordinate representation of color #C25C6D: hue angle of 350º 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 #C25C6D is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 109 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.24 |
| HSL | 350º | 0.46% | 0.56% | - |
| HSV(B) | 350º | 0.53% | 0.76% | - |
| XYZ | 28.84 | 20.23 | 16.85 | - |
| YUV | 124.44 | 119.29 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 109 | 0 | 0.53 | 0.44 | 0.24 | 350 | 0.46 | 0.56 |
| Hex | C2 | 5C | 6D | 0 | 35 | 2C | 18 | 15E | 2E | 38 |
| Octal | 302 | 134 | 155 | 0 | 65 | 54 | 30 | 536 | 56 | 70 |
| Binary | 11000010 | 1011100 | 1101101 | 0 | 110101 | 101100 | 11000 | 101011110 | 101110 | 111000 |
Color Harmonies of #C25C6D
Complementary color
Monochromatic Colors of #C25C6D
Black with #C25C6D
Text Example
Text Example
White with #C25C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C6D; }
p { color: rgb(194,92,109); }
H1.HeaderClassName
{
color: #C25C6D;
}
.AnyTagClassName
{
color: #C25C6D;
}
</style>
background-color css
<style>
a { background-color: #C25C6D; }
a { background-color: rgb(194,92,109); }
div.DivClassName
{
background-color: #C25C6D;
}
.BgClassName
{
background-color: #C25C6D;
}
</style>
border-color css
<style>
span { border-color: #C25C6D; }
span { border-color: rgb(194,92,109); }
td.TdClassName
{
border-color: #C25C6D;
}
.TagClassName
{
border-color: #C25C6D;
}
</style>