Shades of Cabaret #C34767
Tints of Cabaret #C34767
RGB
CMYK
RGB Variations
Color information
#C34767 (or 0xC34767) is known color: Cabaret. HEX triplet: C3, 47 and 67. RGB value is (195,71,103). Sum of RGB (Red+Green+Blue) = 195+71+103=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C34767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34767 is #3CB898. Grayscale: #6F6F6F. Windows color (decimal): -3979417 or 6768579. OLE color: 6768579.
HSL color Cylindrical-coordinate representation of color #C34767: hue angle of 344.52º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34767 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 103 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.24 |
| HSL | 344.52º | 0.51% | 0.52% | - |
| HSV(B) | 344.52º | 0.64% | 0.76% | - |
| XYZ | 27.21 | 17.09 | 14.7 | - |
| YUV | 111.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 103 | 0 | 0.64 | 0.47 | 0.24 | 344.52 | 0.51 | 0.52 |
| Hex | C3 | 47 | 67 | 0 | 40 | 2F | 18 | 159 | 33 | 34 |
| Octal | 303 | 107 | 147 | 0 | 100 | 57 | 30 | 531 | 63 | 64 |
| Binary | 11000011 | 1000111 | 1100111 | 0 | 1000000 | 101111 | 11000 | 101011001 | 110011 | 110100 |
Color Harmonies of #C34767
Complementary color
Monochromatic Colors of #C34767
Black with #C34767
Text Example
Text Example
White with #C34767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34767; }
p { color: rgb(195,71,103); }
H1.HeaderClassName
{
color: #C34767;
}
.AnyTagClassName
{
color: #C34767;
}
</style>
background-color css
<style>
a { background-color: #C34767; }
a { background-color: rgb(195,71,103); }
div.DivClassName
{
background-color: #C34767;
}
.BgClassName
{
background-color: #C34767;
}
</style>
border-color css
<style>
span { border-color: #C34767; }
span { border-color: rgb(195,71,103); }
td.TdClassName
{
border-color: #C34767;
}
.TagClassName
{
border-color: #C34767;
}
</style>