Shades of Cabaret #C66369
Tints of Cabaret #C66369
RGB
CMYK
RGB Variations
Color information
#C66369 (or 0xC66369) is known color: Cabaret. HEX triplet: C6, 63 and 69. RGB value is (198,99,105). Sum of RGB (Red+Green+Blue) = 198+99+105=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C66369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66369 is #399C96. Grayscale: #818181. Windows color (decimal): -3775639 or 6906822. OLE color: 6906822.
HSL color Cylindrical-coordinate representation of color #C66369: hue angle of 356.36º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66369 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 105 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.22 |
| HSL | 356.36º | 0.46% | 0.58% | - |
| HSV(B) | 356.36º | 0.5% | 0.78% | - |
| XYZ | 30.3 | 21.95 | 16 | - |
| YUV | 129.29 | 114.3 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 105 | 0 | 0.50 | 0.47 | 0.22 | 356.36 | 0.46 | 0.58 |
| Hex | C6 | 63 | 69 | 0 | 32 | 2F | 16 | 164 | 2E | 3A |
| Octal | 306 | 143 | 151 | 0 | 62 | 57 | 26 | 544 | 56 | 72 |
| Binary | 11000110 | 1100011 | 1101001 | 0 | 110010 | 101111 | 10110 | 101100100 | 101110 | 111010 |
Color Harmonies of #C66369
Complementary color
Monochromatic Colors of #C66369
Black with #C66369
Text Example
Text Example
White with #C66369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66369; }
p { color: rgb(198,99,105); }
H1.HeaderClassName
{
color: #C66369;
}
.AnyTagClassName
{
color: #C66369;
}
</style>
background-color css
<style>
a { background-color: #C66369; }
a { background-color: rgb(198,99,105); }
div.DivClassName
{
background-color: #C66369;
}
.BgClassName
{
background-color: #C66369;
}
</style>
border-color css
<style>
span { border-color: #C66369; }
span { border-color: rgb(198,99,105); }
td.TdClassName
{
border-color: #C66369;
}
.TagClassName
{
border-color: #C66369;
}
</style>