Shades of Cabaret #C25B66
Tints of Cabaret #C25B66
RGB
CMYK
RGB Variations
Color information
#C25B66 (or 0xC25B66) is known color: Cabaret. HEX triplet: C2, 5B and 66. RGB value is (194,91,102). Sum of RGB (Red+Green+Blue) = 194+91+102=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B66 is #3DA499. Grayscale: #7B7B7B. Windows color (decimal): -4039834 or 6708162. OLE color: 6708162.
HSL color Cylindrical-coordinate representation of color #C25B66: hue angle of 353.59º 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 #C25B66 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 102 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.24 |
| HSL | 353.59º | 0.46% | 0.56% | - |
| HSV(B) | 353.59º | 0.53% | 0.76% | - |
| XYZ | 28.39 | 19.91 | 14.92 | - |
| YUV | 123.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 102 | 0 | 0.53 | 0.47 | 0.24 | 353.59 | 0.46 | 0.56 |
| Hex | C2 | 5B | 66 | 0 | 35 | 2F | 18 | 162 | 2E | 38 |
| Octal | 302 | 133 | 146 | 0 | 65 | 57 | 30 | 542 | 56 | 70 |
| Binary | 11000010 | 1011011 | 1100110 | 0 | 110101 | 101111 | 11000 | 101100010 | 101110 | 111000 |
Color Harmonies of #C25B66
Complementary color
Monochromatic Colors of #C25B66
Black with #C25B66
Text Example
Text Example
White with #C25B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B66; }
p { color: rgb(194,91,102); }
H1.HeaderClassName
{
color: #C25B66;
}
.AnyTagClassName
{
color: #C25B66;
}
</style>
background-color css
<style>
a { background-color: #C25B66; }
a { background-color: rgb(194,91,102); }
div.DivClassName
{
background-color: #C25B66;
}
.BgClassName
{
background-color: #C25B66;
}
</style>
border-color css
<style>
span { border-color: #C25B66; }
span { border-color: rgb(194,91,102); }
td.TdClassName
{
border-color: #C25B66;
}
.TagClassName
{
border-color: #C25B66;
}
</style>