Shades of Cabaret #C45F68
Tints of Cabaret #C45F68
RGB
CMYK
RGB Variations
Color information
#C45F68 (or 0xC45F68) is known color: Cabaret. HEX triplet: C4, 5F and 68. RGB value is (196,95,104). Sum of RGB (Red+Green+Blue) = 196+95+104=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F68 is #3BA097. Grayscale: #7E7E7E. Windows color (decimal): -3907736 or 6840260. OLE color: 6840260.
HSL color Cylindrical-coordinate representation of color #C45F68: hue angle of 354.65º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45F68 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 95 | 104 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.23 |
| HSL | 354.65º | 0.46% | 0.57% | - |
| HSV(B) | 354.65º | 0.52% | 0.77% | - |
| XYZ | 29.36 | 20.92 | 15.59 | - |
| YUV | 126.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 95 | 104 | 0 | 0.52 | 0.47 | 0.23 | 354.65 | 0.46 | 0.57 |
| Hex | C4 | 5F | 68 | 0 | 34 | 2F | 17 | 163 | 2E | 39 |
| Octal | 304 | 137 | 150 | 0 | 64 | 57 | 27 | 543 | 56 | 71 |
| Binary | 11000100 | 1011111 | 1101000 | 0 | 110100 | 101111 | 10111 | 101100011 | 101110 | 111001 |
Color Harmonies of #C45F68
Complementary color
Monochromatic Colors of #C45F68
Black with #C45F68
Text Example
Text Example
White with #C45F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45F68; }
p { color: rgb(196,95,104); }
H1.HeaderClassName
{
color: #C45F68;
}
.AnyTagClassName
{
color: #C45F68;
}
</style>
background-color css
<style>
a { background-color: #C45F68; }
a { background-color: rgb(196,95,104); }
div.DivClassName
{
background-color: #C45F68;
}
.BgClassName
{
background-color: #C45F68;
}
</style>
border-color css
<style>
span { border-color: #C45F68; }
span { border-color: rgb(196,95,104); }
td.TdClassName
{
border-color: #C45F68;
}
.TagClassName
{
border-color: #C45F68;
}
</style>