Shades of Cabaret #C65F69
Tints of Cabaret #C65F69
RGB
CMYK
RGB Variations
Color information
#C65F69 (or 0xC65F69) is known color: Cabaret. HEX triplet: C6, 5F and 69. RGB value is (198,95,105). Sum of RGB (Red+Green+Blue) = 198+95+105=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65F69 is #39A096. Grayscale: #7E7E7E. Windows color (decimal): -3776663 or 6905798. OLE color: 6905798.
HSL color Cylindrical-coordinate representation of color #C65F69: hue angle of 354.17º 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 #C65F69 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 105 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.22 |
| HSL | 354.17º | 0.47% | 0.57% | - |
| HSV(B) | 354.17º | 0.52% | 0.78% | - |
| XYZ | 29.93 | 21.21 | 15.88 | - |
| YUV | 126.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 105 | 0 | 0.52 | 0.47 | 0.22 | 354.17 | 0.47 | 0.57 |
| Hex | C6 | 5F | 69 | 0 | 34 | 2F | 16 | 162 | 2F | 39 |
| Octal | 306 | 137 | 151 | 0 | 64 | 57 | 26 | 542 | 57 | 71 |
| Binary | 11000110 | 1011111 | 1101001 | 0 | 110100 | 101111 | 10110 | 101100010 | 101111 | 111001 |
Color Harmonies of #C65F69
Complementary color
Monochromatic Colors of #C65F69
Black with #C65F69
Text Example
Text Example
White with #C65F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F69; }
p { color: rgb(198,95,105); }
H1.HeaderClassName
{
color: #C65F69;
}
.AnyTagClassName
{
color: #C65F69;
}
</style>
background-color css
<style>
a { background-color: #C65F69; }
a { background-color: rgb(198,95,105); }
div.DivClassName
{
background-color: #C65F69;
}
.BgClassName
{
background-color: #C65F69;
}
</style>
border-color css
<style>
span { border-color: #C65F69; }
span { border-color: rgb(198,95,105); }
td.TdClassName
{
border-color: #C65F69;
}
.TagClassName
{
border-color: #C65F69;
}
</style>