Shades of Cabaret #C25B6C
Tints of Cabaret #C25B6C
RGB
CMYK
RGB Variations
Color information
#C25B6C (or 0xC25B6C) is known color: Cabaret. HEX triplet: C2, 5B and 6C. RGB value is (194,91,108). Sum of RGB (Red+Green+Blue) = 194+91+108=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B6C is #3DA493. Grayscale: #7B7B7B. Windows color (decimal): -4039828 or 7101378. OLE color: 7101378.
HSL color Cylindrical-coordinate representation of color #C25B6C: hue angle of 350.1º 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 #C25B6C is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 108 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.24 |
| HSL | 350.1º | 0.46% | 0.56% | - |
| HSV(B) | 350.1º | 0.53% | 0.76% | - |
| XYZ | 28.7 | 20.03 | 16.54 | - |
| YUV | 123.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 108 | 0 | 0.53 | 0.44 | 0.24 | 350.1 | 0.46 | 0.56 |
| Hex | C2 | 5B | 6C | 0 | 35 | 2C | 18 | 15E | 2E | 38 |
| Octal | 302 | 133 | 154 | 0 | 65 | 54 | 30 | 536 | 56 | 70 |
| Binary | 11000010 | 1011011 | 1101100 | 0 | 110101 | 101100 | 11000 | 101011110 | 101110 | 111000 |
Color Harmonies of #C25B6C
Complementary color
Monochromatic Colors of #C25B6C
Black with #C25B6C
Text Example
Text Example
White with #C25B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B6C; }
p { color: rgb(194,91,108); }
H1.HeaderClassName
{
color: #C25B6C;
}
.AnyTagClassName
{
color: #C25B6C;
}
</style>
background-color css
<style>
a { background-color: #C25B6C; }
a { background-color: rgb(194,91,108); }
div.DivClassName
{
background-color: #C25B6C;
}
.BgClassName
{
background-color: #C25B6C;
}
</style>
border-color css
<style>
span { border-color: #C25B6C; }
span { border-color: rgb(194,91,108); }
td.TdClassName
{
border-color: #C25B6C;
}
.TagClassName
{
border-color: #C25B6C;
}
</style>