Shades of Cabaret #C65F6D
Tints of Cabaret #C65F6D
RGB
CMYK
RGB Variations
Color information
#C65F6D (or 0xC65F6D) is known color: Cabaret. HEX triplet: C6, 5F and 6D. RGB value is (198,95,109). Sum of RGB (Red+Green+Blue) = 198+95+109=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F6D is #39A092. Grayscale: #7F7F7F. Windows color (decimal): -3776659 or 7167942. OLE color: 7167942.
HSL color Cylindrical-coordinate representation of color #C65F6D: hue angle of 351.84º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65F6D is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 109 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.22 |
| HSL | 351.84º | 0.47% | 0.57% | - |
| HSV(B) | 351.84º | 0.52% | 0.78% | - |
| XYZ | 30.14 | 21.29 | 16.99 | - |
| YUV | 127.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 109 | 0 | 0.52 | 0.45 | 0.22 | 351.84 | 0.47 | 0.57 |
| Hex | C6 | 5F | 6D | 0 | 34 | 2D | 16 | 160 | 2F | 39 |
| Octal | 306 | 137 | 155 | 0 | 64 | 55 | 26 | 540 | 57 | 71 |
| Binary | 11000110 | 1011111 | 1101101 | 0 | 110100 | 101101 | 10110 | 101100000 | 101111 | 111001 |
Color Harmonies of #C65F6D
Complementary color
Monochromatic Colors of #C65F6D
Black with #C65F6D
Text Example
Text Example
White with #C65F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F6D; }
p { color: rgb(198,95,109); }
H1.HeaderClassName
{
color: #C65F6D;
}
.AnyTagClassName
{
color: #C65F6D;
}
</style>
background-color css
<style>
a { background-color: #C65F6D; }
a { background-color: rgb(198,95,109); }
div.DivClassName
{
background-color: #C65F6D;
}
.BgClassName
{
background-color: #C65F6D;
}
</style>
border-color css
<style>
span { border-color: #C65F6D; }
span { border-color: rgb(198,95,109); }
td.TdClassName
{
border-color: #C65F6D;
}
.TagClassName
{
border-color: #C65F6D;
}
</style>