Shades of Cabaret #C65A6F
Tints of Cabaret #C65A6F
RGB
CMYK
RGB Variations
Color information
#C65A6F (or 0xC65A6F) is known color: Cabaret. HEX triplet: C6, 5A and 6F. RGB value is (198,90,111). Sum of RGB (Red+Green+Blue) = 198+90+111=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A6F is #39A590. Grayscale: #7C7C7C. Windows color (decimal): -3777937 or 7297734. OLE color: 7297734.
HSL color Cylindrical-coordinate representation of color #C65A6F: hue angle of 348.33º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65A6F is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 111 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.22 |
| HSL | 348.33º | 0.49% | 0.56% | - |
| HSV(B) | 348.33º | 0.55% | 0.78% | - |
| XYZ | 29.81 | 20.47 | 17.42 | - |
| YUV | 124.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 111 | 0 | 0.55 | 0.44 | 0.22 | 348.33 | 0.49 | 0.56 |
| Hex | C6 | 5A | 6F | 0 | 37 | 2C | 16 | 15C | 31 | 38 |
| Octal | 306 | 132 | 157 | 0 | 67 | 54 | 26 | 534 | 61 | 70 |
| Binary | 11000110 | 1011010 | 1101111 | 0 | 110111 | 101100 | 10110 | 101011100 | 110001 | 111000 |
Color Harmonies of #C65A6F
Complementary color
Monochromatic Colors of #C65A6F
Black with #C65A6F
Text Example
Text Example
White with #C65A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A6F; }
p { color: rgb(198,90,111); }
H1.HeaderClassName
{
color: #C65A6F;
}
.AnyTagClassName
{
color: #C65A6F;
}
</style>
background-color css
<style>
a { background-color: #C65A6F; }
a { background-color: rgb(198,90,111); }
div.DivClassName
{
background-color: #C65A6F;
}
.BgClassName
{
background-color: #C65A6F;
}
</style>
border-color css
<style>
span { border-color: #C65A6F; }
span { border-color: rgb(198,90,111); }
td.TdClassName
{
border-color: #C65A6F;
}
.TagClassName
{
border-color: #C65A6F;
}
</style>