Shades of Cabaret #C64A69
Tints of Cabaret #C64A69
RGB
CMYK
RGB Variations
Color information
#C64A69 (or 0xC64A69) is known color: Cabaret. HEX triplet: C6, 4A and 69. RGB value is (198,74,105). Sum of RGB (Red+Green+Blue) = 198+74+105=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A69 is #39B596. Grayscale: #727272. Windows color (decimal): -3782039 or 6900422. OLE color: 6900422.
HSL color Cylindrical-coordinate representation of color #C64A69: hue angle of 345º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A69 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 105 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.22 |
| HSL | 345º | 0.52% | 0.53% | - |
| HSV(B) | 345º | 0.63% | 0.78% | - |
| XYZ | 28.29 | 17.92 | 15.33 | - |
| YUV | 114.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 105 | 0 | 0.63 | 0.47 | 0.22 | 345 | 0.52 | 0.53 |
| Hex | C6 | 4A | 69 | 0 | 3F | 2F | 16 | 159 | 34 | 35 |
| Octal | 306 | 112 | 151 | 0 | 77 | 57 | 26 | 531 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1101001 | 0 | 111111 | 101111 | 10110 | 101011001 | 110100 | 110101 |
Color Harmonies of #C64A69
Complementary color
Monochromatic Colors of #C64A69
Black with #C64A69
Text Example
Text Example
White with #C64A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A69; }
p { color: rgb(198,74,105); }
H1.HeaderClassName
{
color: #C64A69;
}
.AnyTagClassName
{
color: #C64A69;
}
</style>
background-color css
<style>
a { background-color: #C64A69; }
a { background-color: rgb(198,74,105); }
div.DivClassName
{
background-color: #C64A69;
}
.BgClassName
{
background-color: #C64A69;
}
</style>
border-color css
<style>
span { border-color: #C64A69; }
span { border-color: rgb(198,74,105); }
td.TdClassName
{
border-color: #C64A69;
}
.TagClassName
{
border-color: #C64A69;
}
</style>