Shades of Cabaret #C64469
Tints of Cabaret #C64469
RGB
CMYK
RGB Variations
Color information
#C64469 (or 0xC64469) is known color: Cabaret. HEX triplet: C6, 44 and 69. RGB value is (198,68,105). Sum of RGB (Red+Green+Blue) = 198+68+105=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C64469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64469 is #39BB96. Grayscale: #6F6F6F. Windows color (decimal): -3783575 or 6898886. OLE color: 6898886.
HSL color Cylindrical-coordinate representation of color #C64469: hue angle of 342.92º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64469 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 105 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.22 |
| HSL | 342.92º | 0.53% | 0.52% | - |
| HSV(B) | 342.92º | 0.66% | 0.78% | - |
| XYZ | 27.91 | 17.16 | 15.21 | - |
| YUV | 111.09 | 124.57 | 189.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 105 | 0 | 0.66 | 0.47 | 0.22 | 342.92 | 0.53 | 0.52 |
| Hex | C6 | 44 | 69 | 0 | 42 | 2F | 16 | 157 | 35 | 34 |
| Octal | 306 | 104 | 151 | 0 | 102 | 57 | 26 | 527 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1101001 | 0 | 1000010 | 101111 | 10110 | 101010111 | 110101 | 110100 |
Color Harmonies of #C64469
Complementary color
Monochromatic Colors of #C64469
Black with #C64469
Text Example
Text Example
White with #C64469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64469; }
p { color: rgb(198,68,105); }
H1.HeaderClassName
{
color: #C64469;
}
.AnyTagClassName
{
color: #C64469;
}
</style>
background-color css
<style>
a { background-color: #C64469; }
a { background-color: rgb(198,68,105); }
div.DivClassName
{
background-color: #C64469;
}
.BgClassName
{
background-color: #C64469;
}
</style>
border-color css
<style>
span { border-color: #C64469; }
span { border-color: rgb(198,68,105); }
td.TdClassName
{
border-color: #C64469;
}
.TagClassName
{
border-color: #C64469;
}
</style>