Shades of Cabaret #C36069
Tints of Cabaret #C36069
RGB
CMYK
RGB Variations
Color information
#C36069 (or 0xC36069) is known color: Cabaret. HEX triplet: C3, 60 and 69. RGB value is (195,96,105). Sum of RGB (Red+Green+Blue) = 195+96+105=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C36069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36069 is #3C9F96. Grayscale: #7E7E7E. Windows color (decimal): -3973015 or 6906051. OLE color: 6906051.
HSL color Cylindrical-coordinate representation of color #C36069: hue angle of 354.55º 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 #C36069 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 96 | 105 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.24 |
| HSL | 354.55º | 0.45% | 0.57% | - |
| HSV(B) | 354.55º | 0.51% | 0.76% | - |
| XYZ | 29.24 | 20.99 | 15.87 | - |
| YUV | 126.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 96 | 105 | 0 | 0.51 | 0.46 | 0.24 | 354.55 | 0.45 | 0.57 |
| Hex | C3 | 60 | 69 | 0 | 33 | 2E | 18 | 163 | 2D | 39 |
| Octal | 303 | 140 | 151 | 0 | 63 | 56 | 30 | 543 | 55 | 71 |
| Binary | 11000011 | 1100000 | 1101001 | 0 | 110011 | 101110 | 11000 | 101100011 | 101101 | 111001 |
Color Harmonies of #C36069
Complementary color
Monochromatic Colors of #C36069
Black with #C36069
Text Example
Text Example
White with #C36069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36069; }
p { color: rgb(195,96,105); }
H1.HeaderClassName
{
color: #C36069;
}
.AnyTagClassName
{
color: #C36069;
}
</style>
background-color css
<style>
a { background-color: #C36069; }
a { background-color: rgb(195,96,105); }
div.DivClassName
{
background-color: #C36069;
}
.BgClassName
{
background-color: #C36069;
}
</style>
border-color css
<style>
span { border-color: #C36069; }
span { border-color: rgb(195,96,105); }
td.TdClassName
{
border-color: #C36069;
}
.TagClassName
{
border-color: #C36069;
}
</style>