Shades of Cabaret #C34569
Tints of Cabaret #C34569
RGB
CMYK
RGB Variations
Color information
#C34569 (or 0xC34569) is known color: Cabaret. HEX triplet: C3, 45 and 69. RGB value is (195,69,105). Sum of RGB (Red+Green+Blue) = 195+69+105=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C34569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34569 is #3CBA96. Grayscale: #6E6E6E. Windows color (decimal): -3979927 or 6899139. OLE color: 6899139.
HSL color Cylindrical-coordinate representation of color #C34569: hue angle of 342.86º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34569 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 105 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.24 |
| HSL | 342.86º | 0.51% | 0.52% | - |
| HSV(B) | 342.86º | 0.65% | 0.76% | - |
| XYZ | 27.18 | 16.88 | 15.19 | - |
| YUV | 110.78 | 124.74 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 105 | 0 | 0.65 | 0.46 | 0.24 | 342.86 | 0.51 | 0.52 |
| Hex | C3 | 45 | 69 | 0 | 41 | 2E | 18 | 157 | 33 | 34 |
| Octal | 303 | 105 | 151 | 0 | 101 | 56 | 30 | 527 | 63 | 64 |
| Binary | 11000011 | 1000101 | 1101001 | 0 | 1000001 | 101110 | 11000 | 101010111 | 110011 | 110100 |
Color Harmonies of #C34569
Complementary color
Monochromatic Colors of #C34569
Black with #C34569
Text Example
Text Example
White with #C34569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34569; }
p { color: rgb(195,69,105); }
H1.HeaderClassName
{
color: #C34569;
}
.AnyTagClassName
{
color: #C34569;
}
</style>
background-color css
<style>
a { background-color: #C34569; }
a { background-color: rgb(195,69,105); }
div.DivClassName
{
background-color: #C34569;
}
.BgClassName
{
background-color: #C34569;
}
</style>
border-color css
<style>
span { border-color: #C34569; }
span { border-color: rgb(195,69,105); }
td.TdClassName
{
border-color: #C34569;
}
.TagClassName
{
border-color: #C34569;
}
</style>