Shades of Cabaret #C64D67
Tints of Cabaret #C64D67
RGB
CMYK
RGB Variations
Color information
#C64D67 (or 0xC64D67) is known color: Cabaret. HEX triplet: C6, 4D and 67. RGB value is (198,77,103). Sum of RGB (Red+Green+Blue) = 198+77+103=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 103 (40.62% from 255 or 27.25% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D67 is #39B298. Grayscale: #747474. Windows color (decimal): -3781273 or 6770118. OLE color: 6770118.
HSL color Cylindrical-coordinate representation of color #C64D67: hue angle of 347.11º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D67 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 103 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.22 |
| HSL | 347.11º | 0.51% | 0.54% | - |
| HSV(B) | 347.11º | 0.61% | 0.78% | - |
| XYZ | 28.39 | 18.29 | 14.87 | - |
| YUV | 116.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 103 | 0 | 0.61 | 0.48 | 0.22 | 347.11 | 0.51 | 0.54 |
| Hex | C6 | 4D | 67 | 0 | 3D | 30 | 16 | 15B | 33 | 36 |
| Octal | 306 | 115 | 147 | 0 | 75 | 60 | 26 | 533 | 63 | 66 |
| Binary | 11000110 | 1001101 | 1100111 | 0 | 111101 | 110000 | 10110 | 101011011 | 110011 | 110110 |
Color Harmonies of #C64D67
Complementary color
Monochromatic Colors of #C64D67
Black with #C64D67
Text Example
Text Example
White with #C64D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D67; }
p { color: rgb(198,77,103); }
H1.HeaderClassName
{
color: #C64D67;
}
.AnyTagClassName
{
color: #C64D67;
}
</style>
background-color css
<style>
a { background-color: #C64D67; }
a { background-color: rgb(198,77,103); }
div.DivClassName
{
background-color: #C64D67;
}
.BgClassName
{
background-color: #C64D67;
}
</style>
border-color css
<style>
span { border-color: #C64D67; }
span { border-color: rgb(198,77,103); }
td.TdClassName
{
border-color: #C64D67;
}
.TagClassName
{
border-color: #C64D67;
}
</style>