Shades of Cabaret #C25B6A
Tints of Cabaret #C25B6A
RGB
CMYK
RGB Variations
Color information
#C25B6A (or 0xC25B6A) is known color: Cabaret. HEX triplet: C2, 5B and 6A. RGB value is (194,91,106). Sum of RGB (Red+Green+Blue) = 194+91+106=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25B6A is #3DA495. Grayscale: #7B7B7B. Windows color (decimal): -4039830 or 6970306. OLE color: 6970306.
HSL color Cylindrical-coordinate representation of color #C25B6A: hue angle of 351.26º 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 #C25B6A is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 106 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.24 |
| HSL | 351.26º | 0.46% | 0.56% | - |
| HSV(B) | 351.26º | 0.53% | 0.76% | - |
| XYZ | 28.59 | 19.99 | 15.99 | - |
| YUV | 123.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 106 | 0 | 0.53 | 0.45 | 0.24 | 351.26 | 0.46 | 0.56 |
| Hex | C2 | 5B | 6A | 0 | 35 | 2D | 18 | 15F | 2E | 38 |
| Octal | 302 | 133 | 152 | 0 | 65 | 55 | 30 | 537 | 56 | 70 |
| Binary | 11000010 | 1011011 | 1101010 | 0 | 110101 | 101101 | 11000 | 101011111 | 101110 | 111000 |
Color Harmonies of #C25B6A
Complementary color
Monochromatic Colors of #C25B6A
Black with #C25B6A
Text Example
Text Example
White with #C25B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B6A; }
p { color: rgb(194,91,106); }
H1.HeaderClassName
{
color: #C25B6A;
}
.AnyTagClassName
{
color: #C25B6A;
}
</style>
background-color css
<style>
a { background-color: #C25B6A; }
a { background-color: rgb(194,91,106); }
div.DivClassName
{
background-color: #C25B6A;
}
.BgClassName
{
background-color: #C25B6A;
}
</style>
border-color css
<style>
span { border-color: #C25B6A; }
span { border-color: rgb(194,91,106); }
td.TdClassName
{
border-color: #C25B6A;
}
.TagClassName
{
border-color: #C25B6A;
}
</style>