Shades of Cabaret #C25369
Tints of Cabaret #C25369
RGB
CMYK
RGB Variations
Color information
#C25369 (or 0xC25369) is known color: Cabaret. HEX triplet: C2, 53 and 69. RGB value is (194,83,105). Sum of RGB (Red+Green+Blue) = 194+83+105=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 83 (32.81% from 255 or 21.73% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C25369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25369 is #3DAC96. Grayscale: #767676. Windows color (decimal): -4041879 or 6902722. OLE color: 6902722.
HSL color Cylindrical-coordinate representation of color #C25369: hue angle of 348.11º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25369 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 105 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.24 |
| HSL | 348.11º | 0.48% | 0.54% | - |
| HSV(B) | 348.11º | 0.57% | 0.76% | - |
| XYZ | 27.89 | 18.68 | 15.5 | - |
| YUV | 118.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 105 | 0 | 0.57 | 0.46 | 0.24 | 348.11 | 0.48 | 0.54 |
| Hex | C2 | 53 | 69 | 0 | 39 | 2E | 18 | 15C | 30 | 36 |
| Octal | 302 | 123 | 151 | 0 | 71 | 56 | 30 | 534 | 60 | 66 |
| Binary | 11000010 | 1010011 | 1101001 | 0 | 111001 | 101110 | 11000 | 101011100 | 110000 | 110110 |
Color Harmonies of #C25369
Complementary color
Monochromatic Colors of #C25369
Black with #C25369
Text Example
Text Example
White with #C25369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25369; }
p { color: rgb(194,83,105); }
H1.HeaderClassName
{
color: #C25369;
}
.AnyTagClassName
{
color: #C25369;
}
</style>
background-color css
<style>
a { background-color: #C25369; }
a { background-color: rgb(194,83,105); }
div.DivClassName
{
background-color: #C25369;
}
.BgClassName
{
background-color: #C25369;
}
</style>
border-color css
<style>
span { border-color: #C25369; }
span { border-color: rgb(194,83,105); }
td.TdClassName
{
border-color: #C25369;
}
.TagClassName
{
border-color: #C25369;
}
</style>