Shades of Cabaret #C36169
Tints of Cabaret #C36169
RGB
CMYK
RGB Variations
Color information
#C36169 (or 0xC36169) is known color: Cabaret. HEX triplet: C3, 61 and 69. RGB value is (195,97,105). Sum of RGB (Red+Green+Blue) = 195+97+105=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C36169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36169 is #3C9E96. Grayscale: #7F7F7F. Windows color (decimal): -3972759 or 6906307. OLE color: 6906307.
HSL color Cylindrical-coordinate representation of color #C36169: hue angle of 355.1º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C36169 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 97 | 105 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.24 |
| HSL | 355.1º | 0.45% | 0.57% | - |
| HSV(B) | 355.1º | 0.5% | 0.76% | - |
| XYZ | 29.33 | 21.17 | 15.91 | - |
| YUV | 127.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 105 | 0 | 0.50 | 0.46 | 0.24 | 355.1 | 0.45 | 0.57 |
| Hex | C3 | 61 | 69 | 0 | 32 | 2E | 18 | 163 | 2D | 39 |
| Octal | 303 | 141 | 151 | 0 | 62 | 56 | 30 | 543 | 55 | 71 |
| Binary | 11000011 | 1100001 | 1101001 | 0 | 110010 | 101110 | 11000 | 101100011 | 101101 | 111001 |
Color Harmonies of #C36169
Complementary color
Monochromatic Colors of #C36169
Black with #C36169
Text Example
Text Example
White with #C36169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36169; }
p { color: rgb(195,97,105); }
H1.HeaderClassName
{
color: #C36169;
}
.AnyTagClassName
{
color: #C36169;
}
</style>
background-color css
<style>
a { background-color: #C36169; }
a { background-color: rgb(195,97,105); }
div.DivClassName
{
background-color: #C36169;
}
.BgClassName
{
background-color: #C36169;
}
</style>
border-color css
<style>
span { border-color: #C36169; }
span { border-color: rgb(195,97,105); }
td.TdClassName
{
border-color: #C36169;
}
.TagClassName
{
border-color: #C36169;
}
</style>