Shades of Cabaret #C56269
Tints of Cabaret #C56269
RGB
CMYK
RGB Variations
Color information
#C56269 (or 0xC56269) is known color: Cabaret. HEX triplet: C5, 62 and 69. RGB value is (197,98,105). Sum of RGB (Red+Green+Blue) = 197+98+105=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C56269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56269 is #3A9D96. Grayscale: #808080. Windows color (decimal): -3841431 or 6906565. OLE color: 6906565.
HSL color Cylindrical-coordinate representation of color #C56269: hue angle of 355.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56269 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 105 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.23 |
| HSL | 355.76º | 0.46% | 0.58% | - |
| HSV(B) | 355.76º | 0.5% | 0.77% | - |
| XYZ | 29.94 | 21.63 | 15.96 | - |
| YUV | 128.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 105 | 0 | 0.50 | 0.47 | 0.23 | 355.76 | 0.46 | 0.58 |
| Hex | C5 | 62 | 69 | 0 | 32 | 2F | 17 | 164 | 2E | 3A |
| Octal | 305 | 142 | 151 | 0 | 62 | 57 | 27 | 544 | 56 | 72 |
| Binary | 11000101 | 1100010 | 1101001 | 0 | 110010 | 101111 | 10111 | 101100100 | 101110 | 111010 |
Color Harmonies of #C56269
Complementary color
Monochromatic Colors of #C56269
Black with #C56269
Text Example
Text Example
White with #C56269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56269; }
p { color: rgb(197,98,105); }
H1.HeaderClassName
{
color: #C56269;
}
.AnyTagClassName
{
color: #C56269;
}
</style>
background-color css
<style>
a { background-color: #C56269; }
a { background-color: rgb(197,98,105); }
div.DivClassName
{
background-color: #C56269;
}
.BgClassName
{
background-color: #C56269;
}
</style>
border-color css
<style>
span { border-color: #C56269; }
span { border-color: rgb(197,98,105); }
td.TdClassName
{
border-color: #C56269;
}
.TagClassName
{
border-color: #C56269;
}
</style>