Shades of Cabaret #C65F68
Tints of Cabaret #C65F68
RGB
CMYK
RGB Variations
Color information
#C65F68 (or 0xC65F68) is known color: Cabaret. HEX triplet: C6, 5F and 68. RGB value is (198,95,104). Sum of RGB (Red+Green+Blue) = 198+95+104=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F68 is #39A097. Grayscale: #7E7E7E. Windows color (decimal): -3776664 or 6840262. OLE color: 6840262.
HSL color Cylindrical-coordinate representation of color #C65F68: hue angle of 354.76º 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 #C65F68 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 104 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.22 |
| HSL | 354.76º | 0.47% | 0.57% | - |
| HSV(B) | 354.76º | 0.52% | 0.78% | - |
| XYZ | 29.88 | 21.19 | 15.61 | - |
| YUV | 126.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 104 | 0 | 0.52 | 0.47 | 0.22 | 354.76 | 0.47 | 0.57 |
| Hex | C6 | 5F | 68 | 0 | 34 | 2F | 16 | 163 | 2F | 39 |
| Octal | 306 | 137 | 150 | 0 | 64 | 57 | 26 | 543 | 57 | 71 |
| Binary | 11000110 | 1011111 | 1101000 | 0 | 110100 | 101111 | 10110 | 101100011 | 101111 | 111001 |
Color Harmonies of #C65F68
Complementary color
Monochromatic Colors of #C65F68
Black with #C65F68
Text Example
Text Example
White with #C65F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F68; }
p { color: rgb(198,95,104); }
H1.HeaderClassName
{
color: #C65F68;
}
.AnyTagClassName
{
color: #C65F68;
}
</style>
background-color css
<style>
a { background-color: #C65F68; }
a { background-color: rgb(198,95,104); }
div.DivClassName
{
background-color: #C65F68;
}
.BgClassName
{
background-color: #C65F68;
}
</style>
border-color css
<style>
span { border-color: #C65F68; }
span { border-color: rgb(198,95,104); }
td.TdClassName
{
border-color: #C65F68;
}
.TagClassName
{
border-color: #C65F68;
}
</style>