Shades of Cabaret #C4676B
Tints of Cabaret #C4676B
RGB
CMYK
RGB Variations
Color information
#C4676B (or 0xC4676B) is known color: Cabaret. HEX triplet: C4, 67 and 6B. RGB value is (196,103,107). Sum of RGB (Red+Green+Blue) = 196+103+107=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4676B is #3B9894. Grayscale: #838383. Windows color (decimal): -3905685 or 7038916. OLE color: 7038916.
HSL color Cylindrical-coordinate representation of color #C4676B: hue angle of 357.42º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4676B is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 107 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.23 |
| HSL | 357.42º | 0.44% | 0.59% | - |
| HSV(B) | 357.42º | 0.47% | 0.77% | - |
| XYZ | 30.27 | 22.5 | 16.66 | - |
| YUV | 131.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 107 | 0 | 0.47 | 0.45 | 0.23 | 357.42 | 0.44 | 0.59 |
| Hex | C4 | 67 | 6B | 0 | 2F | 2D | 17 | 165 | 2C | 3B |
| Octal | 304 | 147 | 153 | 0 | 57 | 55 | 27 | 545 | 54 | 73 |
| Binary | 11000100 | 1100111 | 1101011 | 0 | 101111 | 101101 | 10111 | 101100101 | 101100 | 111011 |
Color Harmonies of #C4676B
Complementary color
Monochromatic Colors of #C4676B
Black with #C4676B
Text Example
Text Example
White with #C4676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4676B; }
p { color: rgb(196,103,107); }
H1.HeaderClassName
{
color: #C4676B;
}
.AnyTagClassName
{
color: #C4676B;
}
</style>
background-color css
<style>
a { background-color: #C4676B; }
a { background-color: rgb(196,103,107); }
div.DivClassName
{
background-color: #C4676B;
}
.BgClassName
{
background-color: #C4676B;
}
</style>
border-color css
<style>
span { border-color: #C4676B; }
span { border-color: rgb(196,103,107); }
td.TdClassName
{
border-color: #C4676B;
}
.TagClassName
{
border-color: #C4676B;
}
</style>