Shades of Cabaret #C25C7B
Tints of Cabaret #C25C7B
RGB
CMYK
RGB Variations
Color information
#C25C7B (or 0xC25C7B) is known color: Cabaret. HEX triplet: C2, 5C and 7B. RGB value is (194,92,123). Sum of RGB (Red+Green+Blue) = 194+92+123=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C7B is #3DA384. Grayscale: #7E7E7E. Windows color (decimal): -4039557 or 8084674. OLE color: 8084674.
HSL color Cylindrical-coordinate representation of color #C25C7B: hue angle of 341.76º 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 #C25C7B is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 123 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.24 |
| HSL | 341.76º | 0.46% | 0.56% | - |
| HSV(B) | 341.76º | 0.53% | 0.76% | - |
| XYZ | 29.65 | 20.55 | 21.14 | - |
| YUV | 126.03 | 126.29 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 123 | 0 | 0.53 | 0.37 | 0.24 | 341.76 | 0.46 | 0.56 |
| Hex | C2 | 5C | 7B | 0 | 35 | 25 | 18 | 156 | 2E | 38 |
| Octal | 302 | 134 | 173 | 0 | 65 | 45 | 30 | 526 | 56 | 70 |
| Binary | 11000010 | 1011100 | 1111011 | 0 | 110101 | 100101 | 11000 | 101010110 | 101110 | 111000 |
Color Harmonies of #C25C7B
Complementary color
Monochromatic Colors of #C25C7B
Black with #C25C7B
Text Example
Text Example
White with #C25C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C7B; }
p { color: rgb(194,92,123); }
H1.HeaderClassName
{
color: #C25C7B;
}
.AnyTagClassName
{
color: #C25C7B;
}
</style>
background-color css
<style>
a { background-color: #C25C7B; }
a { background-color: rgb(194,92,123); }
div.DivClassName
{
background-color: #C25C7B;
}
.BgClassName
{
background-color: #C25C7B;
}
</style>
border-color css
<style>
span { border-color: #C25C7B; }
span { border-color: rgb(194,92,123); }
td.TdClassName
{
border-color: #C25C7B;
}
.TagClassName
{
border-color: #C25C7B;
}
</style>