Shades of Cabaret #C25C70
Tints of Cabaret #C25C70
RGB
CMYK
RGB Variations
Color information
#C25C70 (or 0xC25C70) is known color: Cabaret. HEX triplet: C2, 5C and 70. RGB value is (194,92,112). Sum of RGB (Red+Green+Blue) = 194+92+112=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C70 is #3DA38F. Grayscale: #7C7C7C. Windows color (decimal): -4039568 or 7363778. OLE color: 7363778.
HSL color Cylindrical-coordinate representation of color #C25C70: hue angle of 348.24º 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 #C25C70 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 112 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.24 |
| HSL | 348.24º | 0.46% | 0.56% | - |
| HSV(B) | 348.24º | 0.53% | 0.76% | - |
| XYZ | 29 | 20.29 | 17.72 | - |
| YUV | 124.78 | 120.79 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 112 | 0 | 0.53 | 0.42 | 0.24 | 348.24 | 0.46 | 0.56 |
| Hex | C2 | 5C | 70 | 0 | 35 | 2A | 18 | 15C | 2E | 38 |
| Octal | 302 | 134 | 160 | 0 | 65 | 52 | 30 | 534 | 56 | 70 |
| Binary | 11000010 | 1011100 | 1110000 | 0 | 110101 | 101010 | 11000 | 101011100 | 101110 | 111000 |
Color Harmonies of #C25C70
Complementary color
Monochromatic Colors of #C25C70
Black with #C25C70
Text Example
Text Example
White with #C25C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C70; }
p { color: rgb(194,92,112); }
H1.HeaderClassName
{
color: #C25C70;
}
.AnyTagClassName
{
color: #C25C70;
}
</style>
background-color css
<style>
a { background-color: #C25C70; }
a { background-color: rgb(194,92,112); }
div.DivClassName
{
background-color: #C25C70;
}
.BgClassName
{
background-color: #C25C70;
}
</style>
border-color css
<style>
span { border-color: #C25C70; }
span { border-color: rgb(194,92,112); }
td.TdClassName
{
border-color: #C25C70;
}
.TagClassName
{
border-color: #C25C70;
}
</style>