Shades of Cabaret #C2506C
Tints of Cabaret #C2506C
RGB
CMYK
RGB Variations
Color information
#C2506C (or 0xC2506C) is known color: Cabaret. HEX triplet: C2, 50 and 6C. RGB value is (194,80,108). Sum of RGB (Red+Green+Blue) = 194+80+108=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2506C is #3DAF93. Grayscale: #757575. Windows color (decimal): -4042644 or 7098562. OLE color: 7098562.
HSL color Cylindrical-coordinate representation of color #C2506C: hue angle of 345.26º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2506C is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 108 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.24 |
| HSL | 345.26º | 0.48% | 0.54% | - |
| HSV(B) | 345.26º | 0.59% | 0.76% | - |
| XYZ | 27.82 | 18.29 | 16.25 | - |
| YUV | 117.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 108 | 0 | 0.59 | 0.44 | 0.24 | 345.26 | 0.48 | 0.54 |
| Hex | C2 | 50 | 6C | 0 | 3B | 2C | 18 | 159 | 30 | 36 |
| Octal | 302 | 120 | 154 | 0 | 73 | 54 | 30 | 531 | 60 | 66 |
| Binary | 11000010 | 1010000 | 1101100 | 0 | 111011 | 101100 | 11000 | 101011001 | 110000 | 110110 |
Color Harmonies of #C2506C
Complementary color
Monochromatic Colors of #C2506C
Black with #C2506C
Text Example
Text Example
White with #C2506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2506C; }
p { color: rgb(194,80,108); }
H1.HeaderClassName
{
color: #C2506C;
}
.AnyTagClassName
{
color: #C2506C;
}
</style>
background-color css
<style>
a { background-color: #C2506C; }
a { background-color: rgb(194,80,108); }
div.DivClassName
{
background-color: #C2506C;
}
.BgClassName
{
background-color: #C2506C;
}
</style>
border-color css
<style>
span { border-color: #C2506C; }
span { border-color: rgb(194,80,108); }
td.TdClassName
{
border-color: #C2506C;
}
.TagClassName
{
border-color: #C2506C;
}
</style>