Shades of Cabaret #C25F7B
Tints of Cabaret #C25F7B
RGB
CMYK
RGB Variations
Color information
#C25F7B (or 0xC25F7B) is known color: Cabaret. HEX triplet: C2, 5F and 7B. RGB value is (194,95,123). Sum of RGB (Red+Green+Blue) = 194+95+123=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25F7B is #3DA084. Grayscale: #7F7F7F. Windows color (decimal): -4038789 or 8085442. OLE color: 8085442.
HSL color Cylindrical-coordinate representation of color #C25F7B: hue angle of 343.03º 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 #C25F7B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 95 | 123 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.24 |
| HSL | 343.03º | 0.45% | 0.57% | - |
| HSV(B) | 343.03º | 0.51% | 0.76% | - |
| XYZ | 29.92 | 21.08 | 21.23 | - |
| YUV | 127.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 95 | 123 | 0 | 0.51 | 0.37 | 0.24 | 343.03 | 0.45 | 0.57 |
| Hex | C2 | 5F | 7B | 0 | 33 | 25 | 18 | 157 | 2D | 39 |
| Octal | 302 | 137 | 173 | 0 | 63 | 45 | 30 | 527 | 55 | 71 |
| Binary | 11000010 | 1011111 | 1111011 | 0 | 110011 | 100101 | 11000 | 101010111 | 101101 | 111001 |
Color Harmonies of #C25F7B
Complementary color
Monochromatic Colors of #C25F7B
Black with #C25F7B
Text Example
Text Example
White with #C25F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25F7B; }
p { color: rgb(194,95,123); }
H1.HeaderClassName
{
color: #C25F7B;
}
.AnyTagClassName
{
color: #C25F7B;
}
</style>
background-color css
<style>
a { background-color: #C25F7B; }
a { background-color: rgb(194,95,123); }
div.DivClassName
{
background-color: #C25F7B;
}
.BgClassName
{
background-color: #C25F7B;
}
</style>
border-color css
<style>
span { border-color: #C25F7B; }
span { border-color: rgb(194,95,123); }
td.TdClassName
{
border-color: #C25F7B;
}
.TagClassName
{
border-color: #C25F7B;
}
</style>