Shades of Cabaret #C4607B
Tints of Cabaret #C4607B
RGB
CMYK
RGB Variations
Color information
#C4607B (or 0xC4607B) is known color: Cabaret. HEX triplet: C4, 60 and 7B. RGB value is (196,96,123). Sum of RGB (Red+Green+Blue) = 196+96+123=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C4607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4607B is #3B9F84. Grayscale: #808080. Windows color (decimal): -3907461 or 8085700. OLE color: 8085700.
HSL color Cylindrical-coordinate representation of color #C4607B: hue angle of 343.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4607B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 123 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.23 |
| HSL | 343.8º | 0.46% | 0.57% | - |
| HSV(B) | 343.8º | 0.51% | 0.77% | - |
| XYZ | 30.52 | 21.53 | 21.29 | - |
| YUV | 128.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 123 | 0 | 0.51 | 0.37 | 0.23 | 343.8 | 0.46 | 0.57 |
| Hex | C4 | 60 | 7B | 0 | 33 | 25 | 17 | 158 | 2E | 39 |
| Octal | 304 | 140 | 173 | 0 | 63 | 45 | 27 | 530 | 56 | 71 |
| Binary | 11000100 | 1100000 | 1111011 | 0 | 110011 | 100101 | 10111 | 101011000 | 101110 | 111001 |
Color Harmonies of #C4607B
Complementary color
Monochromatic Colors of #C4607B
Black with #C4607B
Text Example
Text Example
White with #C4607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4607B; }
p { color: rgb(196,96,123); }
H1.HeaderClassName
{
color: #C4607B;
}
.AnyTagClassName
{
color: #C4607B;
}
</style>
background-color css
<style>
a { background-color: #C4607B; }
a { background-color: rgb(196,96,123); }
div.DivClassName
{
background-color: #C4607B;
}
.BgClassName
{
background-color: #C4607B;
}
</style>
border-color css
<style>
span { border-color: #C4607B; }
span { border-color: rgb(196,96,123); }
td.TdClassName
{
border-color: #C4607B;
}
.TagClassName
{
border-color: #C4607B;
}
</style>