Shades of Cabaret #C25F69
Tints of Cabaret #C25F69
RGB
CMYK
RGB Variations
Color information
#C25F69 (or 0xC25F69) is known color: Cabaret. HEX triplet: C2, 5F and 69. RGB value is (194,95,105). Sum of RGB (Red+Green+Blue) = 194+95+105=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F69 is #3DA096. Grayscale: #7D7D7D. Windows color (decimal): -4038807 or 6905794. OLE color: 6905794.
HSL color Cylindrical-coordinate representation of color #C25F69: hue angle of 353.94º 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 #C25F69 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 105 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.24 |
| HSL | 353.94º | 0.45% | 0.57% | - |
| HSV(B) | 353.94º | 0.51% | 0.76% | - |
| XYZ | 28.89 | 20.67 | 15.83 | - |
| YUV | 125.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 105 | 0 | 0.51 | 0.46 | 0.24 | 353.94 | 0.45 | 0.57 |
| Hex | C2 | 5F | 69 | 0 | 33 | 2E | 18 | 162 | 2D | 39 |
| Octal | 302 | 137 | 151 | 0 | 63 | 56 | 30 | 542 | 55 | 71 |
| Binary | 11000010 | 1011111 | 1101001 | 0 | 110011 | 101110 | 11000 | 101100010 | 101101 | 111001 |
Color Harmonies of #C25F69
Complementary color
Monochromatic Colors of #C25F69
Black with #C25F69
Text Example
Text Example
White with #C25F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F69; }
p { color: rgb(194,95,105); }
H1.HeaderClassName
{
color: #C25F69;
}
.AnyTagClassName
{
color: #C25F69;
}
</style>
background-color css
<style>
a { background-color: #C25F69; }
a { background-color: rgb(194,95,105); }
div.DivClassName
{
background-color: #C25F69;
}
.BgClassName
{
background-color: #C25F69;
}
</style>
border-color css
<style>
span { border-color: #C25F69; }
span { border-color: rgb(194,95,105); }
td.TdClassName
{
border-color: #C25F69;
}
.TagClassName
{
border-color: #C25F69;
}
</style>