Shades of Cabaret #C65D7D
Tints of Cabaret #C65D7D
RGB
CMYK
RGB Variations
Color information
#C65D7D (or 0xC65D7D) is known color: Cabaret. HEX triplet: C6, 5D and 7D. RGB value is (198,93,125). Sum of RGB (Red+Green+Blue) = 198+93+125=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C65D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65D7D is #39A282. Grayscale: #808080. Windows color (decimal): -3777155 or 8216006. OLE color: 8216006.
HSL color Cylindrical-coordinate representation of color #C65D7D: hue angle of 341.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C65D7D is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 93 | 125 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.22 |
| HSL | 341.71º | 0.48% | 0.57% | - |
| HSV(B) | 341.71º | 0.53% | 0.78% | - |
| XYZ | 30.9 | 21.32 | 21.89 | - |
| YUV | 128.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 93 | 125 | 0 | 0.53 | 0.37 | 0.22 | 341.71 | 0.48 | 0.57 |
| Hex | C6 | 5D | 7D | 0 | 35 | 25 | 16 | 156 | 30 | 39 |
| Octal | 306 | 135 | 175 | 0 | 65 | 45 | 26 | 526 | 60 | 71 |
| Binary | 11000110 | 1011101 | 1111101 | 0 | 110101 | 100101 | 10110 | 101010110 | 110000 | 111001 |
Color Harmonies of #C65D7D
Complementary color
Monochromatic Colors of #C65D7D
Black with #C65D7D
Text Example
Text Example
White with #C65D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65D7D; }
p { color: rgb(198,93,125); }
H1.HeaderClassName
{
color: #C65D7D;
}
.AnyTagClassName
{
color: #C65D7D;
}
</style>
background-color css
<style>
a { background-color: #C65D7D; }
a { background-color: rgb(198,93,125); }
div.DivClassName
{
background-color: #C65D7D;
}
.BgClassName
{
background-color: #C65D7D;
}
</style>
border-color css
<style>
span { border-color: #C65D7D; }
span { border-color: rgb(198,93,125); }
td.TdClassName
{
border-color: #C65D7D;
}
.TagClassName
{
border-color: #C65D7D;
}
</style>