Shades of Cabaret #C25C67
Tints of Cabaret #C25C67
RGB
CMYK
RGB Variations
Color information
#C25C67 (or 0xC25C67) is known color: Cabaret. HEX triplet: C2, 5C and 67. RGB value is (194,92,103). Sum of RGB (Red+Green+Blue) = 194+92+103=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25C67 is #3DA398. Grayscale: #7B7B7B. Windows color (decimal): -4039577 or 6773954. OLE color: 6773954.
HSL color Cylindrical-coordinate representation of color #C25C67: hue angle of 353.53º 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 #C25C67 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 92 | 103 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.24 |
| HSL | 353.53º | 0.46% | 0.56% | - |
| HSV(B) | 353.53º | 0.53% | 0.76% | - |
| XYZ | 28.52 | 20.1 | 15.21 | - |
| YUV | 123.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 92 | 103 | 0 | 0.53 | 0.47 | 0.24 | 353.53 | 0.46 | 0.56 |
| Hex | C2 | 5C | 67 | 0 | 35 | 2F | 18 | 162 | 2E | 38 |
| Octal | 302 | 134 | 147 | 0 | 65 | 57 | 30 | 542 | 56 | 70 |
| Binary | 11000010 | 1011100 | 1100111 | 0 | 110101 | 101111 | 11000 | 101100010 | 101110 | 111000 |
Color Harmonies of #C25C67
Complementary color
Monochromatic Colors of #C25C67
Black with #C25C67
Text Example
Text Example
White with #C25C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25C67; }
p { color: rgb(194,92,103); }
H1.HeaderClassName
{
color: #C25C67;
}
.AnyTagClassName
{
color: #C25C67;
}
</style>
background-color css
<style>
a { background-color: #C25C67; }
a { background-color: rgb(194,92,103); }
div.DivClassName
{
background-color: #C25C67;
}
.BgClassName
{
background-color: #C25C67;
}
</style>
border-color css
<style>
span { border-color: #C25C67; }
span { border-color: rgb(194,92,103); }
td.TdClassName
{
border-color: #C25C67;
}
.TagClassName
{
border-color: #C25C67;
}
</style>