Shades of Cabaret #C65469
Tints of Cabaret #C65469
RGB
CMYK
RGB Variations
Color information
#C65469 (or 0xC65469) is known color: Cabaret. HEX triplet: C6, 54 and 69. RGB value is (198,84,105). Sum of RGB (Red+Green+Blue) = 198+84+105=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C65469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65469 is #39AB96. Grayscale: #787878. Windows color (decimal): -3779479 or 6902982. OLE color: 6902982.
HSL color Cylindrical-coordinate representation of color #C65469: hue angle of 348.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65469 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 105 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.22 |
| HSL | 348.95º | 0.5% | 0.55% | - |
| HSV(B) | 348.95º | 0.58% | 0.78% | - |
| XYZ | 29.01 | 19.37 | 15.57 | - |
| YUV | 120.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 105 | 0 | 0.58 | 0.47 | 0.22 | 348.95 | 0.5 | 0.55 |
| Hex | C6 | 54 | 69 | 0 | 3A | 2F | 16 | 15D | 32 | 37 |
| Octal | 306 | 124 | 151 | 0 | 72 | 57 | 26 | 535 | 62 | 67 |
| Binary | 11000110 | 1010100 | 1101001 | 0 | 111010 | 101111 | 10110 | 101011101 | 110010 | 110111 |
Color Harmonies of #C65469
Complementary color
Monochromatic Colors of #C65469
Black with #C65469
Text Example
Text Example
White with #C65469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65469; }
p { color: rgb(198,84,105); }
H1.HeaderClassName
{
color: #C65469;
}
.AnyTagClassName
{
color: #C65469;
}
</style>
background-color css
<style>
a { background-color: #C65469; }
a { background-color: rgb(198,84,105); }
div.DivClassName
{
background-color: #C65469;
}
.BgClassName
{
background-color: #C65469;
}
</style>
border-color css
<style>
span { border-color: #C65469; }
span { border-color: rgb(198,84,105); }
td.TdClassName
{
border-color: #C65469;
}
.TagClassName
{
border-color: #C65469;
}
</style>