Shades of Cabaret #C25065
Tints of Cabaret #C25065
RGB
CMYK
RGB Variations
Color information
#C25065 (or 0xC25065) is known color: Cabaret. HEX triplet: C2, 50 and 65. RGB value is (194,80,101). Sum of RGB (Red+Green+Blue) = 194+80+101=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C25065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25065 is #3DAF9A. Grayscale: #747474. Windows color (decimal): -4042651 or 6639810. OLE color: 6639810.
HSL color Cylindrical-coordinate representation of color #C25065: hue angle of 348.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25065 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 101 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.24 |
| HSL | 348.95º | 0.48% | 0.54% | - |
| HSV(B) | 348.95º | 0.59% | 0.76% | - |
| XYZ | 27.47 | 18.15 | 14.37 | - |
| YUV | 116.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 101 | 0 | 0.59 | 0.48 | 0.24 | 348.95 | 0.48 | 0.54 |
| Hex | C2 | 50 | 65 | 0 | 3B | 30 | 18 | 15D | 30 | 36 |
| Octal | 302 | 120 | 145 | 0 | 73 | 60 | 30 | 535 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1100101 | 0 | 111011 | 110000 | 11000 | 101011101 | 110000 | 110110 |
Color Harmonies of #C25065
Complementary color
Monochromatic Colors of #C25065
Black with #C25065
Text Example
Text Example
White with #C25065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25065; }
p { color: rgb(194,80,101); }
H1.HeaderClassName
{
color: #C25065;
}
.AnyTagClassName
{
color: #C25065;
}
</style>
background-color css
<style>
a { background-color: #C25065; }
a { background-color: rgb(194,80,101); }
div.DivClassName
{
background-color: #C25065;
}
.BgClassName
{
background-color: #C25065;
}
</style>
border-color css
<style>
span { border-color: #C25065; }
span { border-color: rgb(194,80,101); }
td.TdClassName
{
border-color: #C25065;
}
.TagClassName
{
border-color: #C25065;
}
</style>