Shades of Cabaret #C25767
Tints of Cabaret #C25767
RGB
CMYK
RGB Variations
Color information
#C25767 (or 0xC25767) is known color: Cabaret. HEX triplet: C2, 57 and 67. RGB value is (194,87,103). Sum of RGB (Red+Green+Blue) = 194+87+103=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C25767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25767 is #3DA898. Grayscale: #787878. Windows color (decimal): -4040857 or 6772674. OLE color: 6772674.
HSL color Cylindrical-coordinate representation of color #C25767: hue angle of 351.03º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25767 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 87 | 103 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.24 |
| HSL | 351.03º | 0.47% | 0.55% | - |
| HSV(B) | 351.03º | 0.55% | 0.76% | - |
| XYZ | 28.1 | 19.27 | 15.07 | - |
| YUV | 120.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 87 | 103 | 0 | 0.55 | 0.47 | 0.24 | 351.03 | 0.47 | 0.55 |
| Hex | C2 | 57 | 67 | 0 | 37 | 2F | 18 | 15F | 2F | 37 |
| Octal | 302 | 127 | 147 | 0 | 67 | 57 | 30 | 537 | 57 | 67 |
| Binary | 11000010 | 1010111 | 1100111 | 0 | 110111 | 101111 | 11000 | 101011111 | 101111 | 110111 |
Color Harmonies of #C25767
Complementary color
Monochromatic Colors of #C25767
Black with #C25767
Text Example
Text Example
White with #C25767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25767; }
p { color: rgb(194,87,103); }
H1.HeaderClassName
{
color: #C25767;
}
.AnyTagClassName
{
color: #C25767;
}
</style>
background-color css
<style>
a { background-color: #C25767; }
a { background-color: rgb(194,87,103); }
div.DivClassName
{
background-color: #C25767;
}
.BgClassName
{
background-color: #C25767;
}
</style>
border-color css
<style>
span { border-color: #C25767; }
span { border-color: rgb(194,87,103); }
td.TdClassName
{
border-color: #C25767;
}
.TagClassName
{
border-color: #C25767;
}
</style>