Shades of Cabaret #C3686D
Tints of Cabaret #C3686D
RGB
CMYK
RGB Variations
Color information
#C3686D (or 0xC3686D) is known color: Cabaret. HEX triplet: C3, 68 and 6D. RGB value is (195,104,109). Sum of RGB (Red+Green+Blue) = 195+104+109=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3686D is #3C9792. Grayscale: #838383. Windows color (decimal): -3970963 or 7170243. OLE color: 7170243.
HSL color Cylindrical-coordinate representation of color #C3686D: hue angle of 356.7º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3686D is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 109 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.24 |
| HSL | 356.7º | 0.43% | 0.59% | - |
| HSV(B) | 356.7º | 0.47% | 0.76% | - |
| XYZ | 30.22 | 22.61 | 17.24 | - |
| YUV | 131.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 109 | 0 | 0.47 | 0.44 | 0.24 | 356.7 | 0.43 | 0.59 |
| Hex | C3 | 68 | 6D | 0 | 2F | 2C | 18 | 165 | 2B | 3B |
| Octal | 303 | 150 | 155 | 0 | 57 | 54 | 30 | 545 | 53 | 73 |
| Binary | 11000011 | 1101000 | 1101101 | 0 | 101111 | 101100 | 11000 | 101100101 | 101011 | 111011 |
Color Harmonies of #C3686D
Complementary color
Monochromatic Colors of #C3686D
Black with #C3686D
Text Example
Text Example
White with #C3686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3686D; }
p { color: rgb(195,104,109); }
H1.HeaderClassName
{
color: #C3686D;
}
.AnyTagClassName
{
color: #C3686D;
}
</style>
background-color css
<style>
a { background-color: #C3686D; }
a { background-color: rgb(195,104,109); }
div.DivClassName
{
background-color: #C3686D;
}
.BgClassName
{
background-color: #C3686D;
}
</style>
border-color css
<style>
span { border-color: #C3686D; }
span { border-color: rgb(195,104,109); }
td.TdClassName
{
border-color: #C3686D;
}
.TagClassName
{
border-color: #C3686D;
}
</style>