Shades of Cabaret #C34967
Tints of Cabaret #C34967
RGB
CMYK
RGB Variations
Color information
#C34967 (or 0xC34967) is known color: Cabaret. HEX triplet: C3, 49 and 67. RGB value is (195,73,103). Sum of RGB (Red+Green+Blue) = 195+73+103=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C34967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34967 is #3CB698. Grayscale: #707070. Windows color (decimal): -3978905 or 6769091. OLE color: 6769091.
HSL color Cylindrical-coordinate representation of color #C34967: hue angle of 345.25º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34967 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 103 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.24 |
| HSL | 345.25º | 0.5% | 0.53% | - |
| HSV(B) | 345.25º | 0.63% | 0.76% | - |
| XYZ | 27.34 | 17.35 | 14.74 | - |
| YUV | 112.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 103 | 0 | 0.63 | 0.47 | 0.24 | 345.25 | 0.5 | 0.53 |
| Hex | C3 | 49 | 67 | 0 | 3F | 2F | 18 | 159 | 32 | 35 |
| Octal | 303 | 111 | 147 | 0 | 77 | 57 | 30 | 531 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1100111 | 0 | 111111 | 101111 | 11000 | 101011001 | 110010 | 110101 |
Color Harmonies of #C34967
Complementary color
Monochromatic Colors of #C34967
Black with #C34967
Text Example
Text Example
White with #C34967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34967; }
p { color: rgb(195,73,103); }
H1.HeaderClassName
{
color: #C34967;
}
.AnyTagClassName
{
color: #C34967;
}
</style>
background-color css
<style>
a { background-color: #C34967; }
a { background-color: rgb(195,73,103); }
div.DivClassName
{
background-color: #C34967;
}
.BgClassName
{
background-color: #C34967;
}
</style>
border-color css
<style>
span { border-color: #C34967; }
span { border-color: rgb(195,73,103); }
td.TdClassName
{
border-color: #C34967;
}
.TagClassName
{
border-color: #C34967;
}
</style>