Shades of Cabaret #C25472
Tints of Cabaret #C25472
RGB
CMYK
RGB Variations
Color information
#C25472 (or 0xC25472) is known color: Cabaret. HEX triplet: C2, 54 and 72. RGB value is (194,84,114). Sum of RGB (Red+Green+Blue) = 194+84+114=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C25472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25472 is #3DAB8D. Grayscale: #787878. Windows color (decimal): -4041614 or 7492802. OLE color: 7492802.
HSL color Cylindrical-coordinate representation of color #C25472: hue angle of 343.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25472 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 114 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.24 |
| HSL | 343.64º | 0.47% | 0.55% | - |
| HSV(B) | 343.64º | 0.57% | 0.76% | - |
| XYZ | 28.46 | 19.02 | 18.09 | - |
| YUV | 120.31 | 124.44 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 114 | 0 | 0.57 | 0.41 | 0.24 | 343.64 | 0.47 | 0.55 |
| Hex | C2 | 54 | 72 | 0 | 39 | 29 | 18 | 158 | 2F | 37 |
| Octal | 302 | 124 | 162 | 0 | 71 | 51 | 30 | 530 | 57 | 67 |
| Binary | 11000010 | 1010100 | 1110010 | 0 | 111001 | 101001 | 11000 | 101011000 | 101111 | 110111 |
Color Harmonies of #C25472
Complementary color
Monochromatic Colors of #C25472
Black with #C25472
Text Example
Text Example
White with #C25472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25472; }
p { color: rgb(194,84,114); }
H1.HeaderClassName
{
color: #C25472;
}
.AnyTagClassName
{
color: #C25472;
}
</style>
background-color css
<style>
a { background-color: #C25472; }
a { background-color: rgb(194,84,114); }
div.DivClassName
{
background-color: #C25472;
}
.BgClassName
{
background-color: #C25472;
}
</style>
border-color css
<style>
span { border-color: #C25472; }
span { border-color: rgb(194,84,114); }
td.TdClassName
{
border-color: #C25472;
}
.TagClassName
{
border-color: #C25472;
}
</style>