Shades of Cabaret #C25F68
Tints of Cabaret #C25F68
RGB
CMYK
RGB Variations
Color information
#C25F68 (or 0xC25F68) is known color: Cabaret. HEX triplet: C2, 5F and 68. RGB value is (194,95,104). Sum of RGB (Red+Green+Blue) = 194+95+104=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F68 is #3DA097. Grayscale: #7D7D7D. Windows color (decimal): -4038808 or 6840258. OLE color: 6840258.
HSL color Cylindrical-coordinate representation of color #C25F68: hue angle of 354.55º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25F68 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 104 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.24 |
| HSL | 354.55º | 0.45% | 0.57% | - |
| HSV(B) | 354.55º | 0.51% | 0.76% | - |
| XYZ | 28.84 | 20.65 | 15.56 | - |
| YUV | 125.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 104 | 0 | 0.51 | 0.46 | 0.24 | 354.55 | 0.45 | 0.57 |
| Hex | C2 | 5F | 68 | 0 | 33 | 2E | 18 | 163 | 2D | 39 |
| Octal | 302 | 137 | 150 | 0 | 63 | 56 | 30 | 543 | 55 | 71 |
| Binary | 11000010 | 1011111 | 1101000 | 0 | 110011 | 101110 | 11000 | 101100011 | 101101 | 111001 |
Color Harmonies of #C25F68
Complementary color
Monochromatic Colors of #C25F68
Black with #C25F68
Text Example
Text Example
White with #C25F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F68; }
p { color: rgb(194,95,104); }
H1.HeaderClassName
{
color: #C25F68;
}
.AnyTagClassName
{
color: #C25F68;
}
</style>
background-color css
<style>
a { background-color: #C25F68; }
a { background-color: rgb(194,95,104); }
div.DivClassName
{
background-color: #C25F68;
}
.BgClassName
{
background-color: #C25F68;
}
</style>
border-color css
<style>
span { border-color: #C25F68; }
span { border-color: rgb(194,95,104); }
td.TdClassName
{
border-color: #C25F68;
}
.TagClassName
{
border-color: #C25F68;
}
</style>