Shades of Cabaret #C66972
Tints of Cabaret #C66972
RGB
CMYK
RGB Variations
Color information
#C66972 (or 0xC66972) is known color: Cabaret. HEX triplet: C6, 69 and 72. RGB value is (198,105,114). Sum of RGB (Red+Green+Blue) = 198+105+114=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C66972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66972 is #39968D. Grayscale: #858585. Windows color (decimal): -3774094 or 7498182. OLE color: 7498182.
HSL color Cylindrical-coordinate representation of color #C66972: hue angle of 354.19º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66972 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 105 | 114 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.22 |
| HSL | 354.19º | 0.45% | 0.59% | - |
| HSV(B) | 354.19º | 0.47% | 0.78% | - |
| XYZ | 31.38 | 23.32 | 18.77 | - |
| YUV | 133.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 114 | 0 | 0.47 | 0.42 | 0.22 | 354.19 | 0.45 | 0.59 |
| Hex | C6 | 69 | 72 | 0 | 2F | 2A | 16 | 162 | 2D | 3B |
| Octal | 306 | 151 | 162 | 0 | 57 | 52 | 26 | 542 | 55 | 73 |
| Binary | 11000110 | 1101001 | 1110010 | 0 | 101111 | 101010 | 10110 | 101100010 | 101101 | 111011 |
Color Harmonies of #C66972
Complementary color
Monochromatic Colors of #C66972
Black with #C66972
Text Example
Text Example
White with #C66972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66972; }
p { color: rgb(198,105,114); }
H1.HeaderClassName
{
color: #C66972;
}
.AnyTagClassName
{
color: #C66972;
}
</style>
background-color css
<style>
a { background-color: #C66972; }
a { background-color: rgb(198,105,114); }
div.DivClassName
{
background-color: #C66972;
}
.BgClassName
{
background-color: #C66972;
}
</style>
border-color css
<style>
span { border-color: #C66972; }
span { border-color: rgb(198,105,114); }
td.TdClassName
{
border-color: #C66972;
}
.TagClassName
{
border-color: #C66972;
}
</style>