Shades of Cabaret #C64269
Tints of Cabaret #C64269
RGB
CMYK
RGB Variations
Color information
#C64269 (or 0xC64269) is known color: Cabaret. HEX triplet: C6, 42 and 69. RGB value is (198,66,105). Sum of RGB (Red+Green+Blue) = 198+66+105=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C64269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64269 is #39BD96. Grayscale: #6D6D6D. Windows color (decimal): -3784087 or 6898374. OLE color: 6898374.
HSL color Cylindrical-coordinate representation of color #C64269: hue angle of 342.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64269 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 105 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.22 |
| HSL | 342.27º | 0.54% | 0.52% | - |
| HSV(B) | 342.27º | 0.67% | 0.78% | - |
| XYZ | 27.79 | 16.92 | 15.17 | - |
| YUV | 109.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 105 | 0 | 0.67 | 0.47 | 0.22 | 342.27 | 0.54 | 0.52 |
| Hex | C6 | 42 | 69 | 0 | 43 | 2F | 16 | 156 | 36 | 34 |
| Octal | 306 | 102 | 151 | 0 | 103 | 57 | 26 | 526 | 66 | 64 |
| Binary | 11000110 | 1000010 | 1101001 | 0 | 1000011 | 101111 | 10110 | 101010110 | 110110 | 110100 |
Color Harmonies of #C64269
Complementary color
Monochromatic Colors of #C64269
Black with #C64269
Text Example
Text Example
White with #C64269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64269; }
p { color: rgb(198,66,105); }
H1.HeaderClassName
{
color: #C64269;
}
.AnyTagClassName
{
color: #C64269;
}
</style>
background-color css
<style>
a { background-color: #C64269; }
a { background-color: rgb(198,66,105); }
div.DivClassName
{
background-color: #C64269;
}
.BgClassName
{
background-color: #C64269;
}
</style>
border-color css
<style>
span { border-color: #C64269; }
span { border-color: rgb(198,66,105); }
td.TdClassName
{
border-color: #C64269;
}
.TagClassName
{
border-color: #C64269;
}
</style>