Shades of Cabaret #C64B62
Tints of Cabaret #C64B62
RGB
CMYK
RGB Variations
Color information
#C64B62 (or 0xC64B62) is known color: Cabaret. HEX triplet: C6, 4B and 62. RGB value is (198,75,98). Sum of RGB (Red+Green+Blue) = 198+75+98=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C64B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64B62 is #39B49D. Grayscale: #727272. Windows color (decimal): -3781790 or 6441926. OLE color: 6441926.
HSL color Cylindrical-coordinate representation of color #C64B62: hue angle of 348.78º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64B62 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 75 | 98 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.22 |
| HSL | 348.78º | 0.52% | 0.54% | - |
| HSV(B) | 348.78º | 0.62% | 0.78% | - |
| XYZ | 28.01 | 17.92 | 13.54 | - |
| YUV | 114.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 75 | 98 | 0 | 0.62 | 0.51 | 0.22 | 348.78 | 0.52 | 0.54 |
| Hex | C6 | 4B | 62 | 0 | 3E | 33 | 16 | 15D | 34 | 36 |
| Octal | 306 | 113 | 142 | 0 | 76 | 63 | 26 | 535 | 64 | 66 |
| Binary | 11000110 | 1001011 | 1100010 | 0 | 111110 | 110011 | 10110 | 101011101 | 110100 | 110110 |
Color Harmonies of #C64B62
Complementary color
Monochromatic Colors of #C64B62
Black with #C64B62
Text Example
Text Example
White with #C64B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64B62; }
p { color: rgb(198,75,98); }
H1.HeaderClassName
{
color: #C64B62;
}
.AnyTagClassName
{
color: #C64B62;
}
</style>
background-color css
<style>
a { background-color: #C64B62; }
a { background-color: rgb(198,75,98); }
div.DivClassName
{
background-color: #C64B62;
}
.BgClassName
{
background-color: #C64B62;
}
</style>
border-color css
<style>
span { border-color: #C64B62; }
span { border-color: rgb(198,75,98); }
td.TdClassName
{
border-color: #C64B62;
}
.TagClassName
{
border-color: #C64B62;
}
</style>