Shades of Cabaret #C25C69
Tints of Cabaret #C25C69
RGB
CMYK
RGB Variations
Color information
#C25C69 (or 0xC25C69) is known color: Cabaret. HEX triplet: C2, 5C and 69. RGB value is (194,92,105). Sum of RGB (Red+Green+Blue) = 194+92+105=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C69 is #3DA396. Grayscale: #7C7C7C. Windows color (decimal): -4039575 or 6905026. OLE color: 6905026.
HSL color Cylindrical-coordinate representation of color #C25C69: hue angle of 352.35º 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 #C25C69 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 105 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.24 |
| HSL | 352.35º | 0.46% | 0.56% | - |
| HSV(B) | 352.35º | 0.53% | 0.76% | - |
| XYZ | 28.63 | 20.14 | 15.74 | - |
| YUV | 123.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 105 | 0 | 0.53 | 0.46 | 0.24 | 352.35 | 0.46 | 0.56 |
| Hex | C2 | 5C | 69 | 0 | 35 | 2E | 18 | 160 | 2E | 38 |
| Octal | 302 | 134 | 151 | 0 | 65 | 56 | 30 | 540 | 56 | 70 |
| Binary | 11000010 | 1011100 | 1101001 | 0 | 110101 | 101110 | 11000 | 101100000 | 101110 | 111000 |
Color Harmonies of #C25C69
Complementary color
Monochromatic Colors of #C25C69
Black with #C25C69
Text Example
Text Example
White with #C25C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C69; }
p { color: rgb(194,92,105); }
H1.HeaderClassName
{
color: #C25C69;
}
.AnyTagClassName
{
color: #C25C69;
}
</style>
background-color css
<style>
a { background-color: #C25C69; }
a { background-color: rgb(194,92,105); }
div.DivClassName
{
background-color: #C25C69;
}
.BgClassName
{
background-color: #C25C69;
}
</style>
border-color css
<style>
span { border-color: #C25C69; }
span { border-color: rgb(194,92,105); }
td.TdClassName
{
border-color: #C25C69;
}
.TagClassName
{
border-color: #C25C69;
}
</style>