Shades of Cabaret #C3607B
Tints of Cabaret #C3607B
RGB
CMYK
RGB Variations
Color information
#C3607B (or 0xC3607B) is known color: Cabaret. HEX triplet: C3, 60 and 7B. RGB value is (195,96,123). Sum of RGB (Red+Green+Blue) = 195+96+123=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C3607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3607B is #3C9F84. Grayscale: #808080. Windows color (decimal): -3972997 or 8085699. OLE color: 8085699.
HSL color Cylindrical-coordinate representation of color #C3607B: hue angle of 343.64º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3607B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 123 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.24 |
| HSL | 343.64º | 0.45% | 0.57% | - |
| HSV(B) | 343.64º | 0.51% | 0.76% | - |
| XYZ | 30.26 | 21.4 | 21.27 | - |
| YUV | 128.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 123 | 0 | 0.51 | 0.37 | 0.24 | 343.64 | 0.45 | 0.57 |
| Hex | C3 | 60 | 7B | 0 | 33 | 25 | 18 | 158 | 2D | 39 |
| Octal | 303 | 140 | 173 | 0 | 63 | 45 | 30 | 530 | 55 | 71 |
| Binary | 11000011 | 1100000 | 1111011 | 0 | 110011 | 100101 | 11000 | 101011000 | 101101 | 111001 |
Color Harmonies of #C3607B
Complementary color
Monochromatic Colors of #C3607B
Black with #C3607B
Text Example
Text Example
White with #C3607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3607B; }
p { color: rgb(195,96,123); }
H1.HeaderClassName
{
color: #C3607B;
}
.AnyTagClassName
{
color: #C3607B;
}
</style>
background-color css
<style>
a { background-color: #C3607B; }
a { background-color: rgb(195,96,123); }
div.DivClassName
{
background-color: #C3607B;
}
.BgClassName
{
background-color: #C3607B;
}
</style>
border-color css
<style>
span { border-color: #C3607B; }
span { border-color: rgb(195,96,123); }
td.TdClassName
{
border-color: #C3607B;
}
.TagClassName
{
border-color: #C3607B;
}
</style>