Shades of Cabaret #C64569
Tints of Cabaret #C64569
RGB
CMYK
RGB Variations
Color information
#C64569 (or 0xC64569) is known color: Cabaret. HEX triplet: C6, 45 and 69. RGB value is (198,69,105). Sum of RGB (Red+Green+Blue) = 198+69+105=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C64569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64569 is #39BA96. Grayscale: #6F6F6F. Windows color (decimal): -3783319 or 6899142. OLE color: 6899142.
HSL color Cylindrical-coordinate representation of color #C64569: hue angle of 343.26º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64569 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 105 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.22 |
| HSL | 343.26º | 0.53% | 0.52% | - |
| HSV(B) | 343.26º | 0.65% | 0.78% | - |
| XYZ | 27.97 | 17.28 | 15.23 | - |
| YUV | 111.68 | 124.24 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 105 | 0 | 0.65 | 0.47 | 0.22 | 343.26 | 0.53 | 0.52 |
| Hex | C6 | 45 | 69 | 0 | 41 | 2F | 16 | 157 | 35 | 34 |
| Octal | 306 | 105 | 151 | 0 | 101 | 57 | 26 | 527 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1101001 | 0 | 1000001 | 101111 | 10110 | 101010111 | 110101 | 110100 |
Color Harmonies of #C64569
Complementary color
Monochromatic Colors of #C64569
Black with #C64569
Text Example
Text Example
White with #C64569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64569; }
p { color: rgb(198,69,105); }
H1.HeaderClassName
{
color: #C64569;
}
.AnyTagClassName
{
color: #C64569;
}
</style>
background-color css
<style>
a { background-color: #C64569; }
a { background-color: rgb(198,69,105); }
div.DivClassName
{
background-color: #C64569;
}
.BgClassName
{
background-color: #C64569;
}
</style>
border-color css
<style>
span { border-color: #C64569; }
span { border-color: rgb(198,69,105); }
td.TdClassName
{
border-color: #C64569;
}
.TagClassName
{
border-color: #C64569;
}
</style>