Shades of Cabaret #C25B76
Tints of Cabaret #C25B76
RGB
CMYK
RGB Variations
Color information
#C25B76 (or 0xC25B76) is known color: Cabaret. HEX triplet: C2, 5B and 76. RGB value is (194,91,118). Sum of RGB (Red+Green+Blue) = 194+91+118=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B76 is #3DA489. Grayscale: #7C7C7C. Windows color (decimal): -4039818 or 7756738. OLE color: 7756738.
HSL color Cylindrical-coordinate representation of color #C25B76: hue angle of 344.27º 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 #C25B76 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 118 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.24 |
| HSL | 344.27º | 0.46% | 0.56% | - |
| HSV(B) | 344.27º | 0.53% | 0.76% | - |
| XYZ | 29.26 | 20.26 | 19.51 | - |
| YUV | 124.88 | 124.12 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 118 | 0 | 0.53 | 0.39 | 0.24 | 344.27 | 0.46 | 0.56 |
| Hex | C2 | 5B | 76 | 0 | 35 | 27 | 18 | 158 | 2E | 38 |
| Octal | 302 | 133 | 166 | 0 | 65 | 47 | 30 | 530 | 56 | 70 |
| Binary | 11000010 | 1011011 | 1110110 | 0 | 110101 | 100111 | 11000 | 101011000 | 101110 | 111000 |
Color Harmonies of #C25B76
Complementary color
Monochromatic Colors of #C25B76
Black with #C25B76
Text Example
Text Example
White with #C25B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B76; }
p { color: rgb(194,91,118); }
H1.HeaderClassName
{
color: #C25B76;
}
.AnyTagClassName
{
color: #C25B76;
}
</style>
background-color css
<style>
a { background-color: #C25B76; }
a { background-color: rgb(194,91,118); }
div.DivClassName
{
background-color: #C25B76;
}
.BgClassName
{
background-color: #C25B76;
}
</style>
border-color css
<style>
span { border-color: #C25B76; }
span { border-color: rgb(194,91,118); }
td.TdClassName
{
border-color: #C25B76;
}
.TagClassName
{
border-color: #C25B76;
}
</style>