Shades of Cabaret #C36369
Tints of Cabaret #C36369
RGB
CMYK
RGB Variations
Color information
#C36369 (or 0xC36369) is known color: Cabaret. HEX triplet: C3, 63 and 69. RGB value is (195,99,105). Sum of RGB (Red+Green+Blue) = 195+99+105=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C36369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36369 is #3C9C96. Grayscale: #808080. Windows color (decimal): -3972247 or 6906819. OLE color: 6906819.
HSL color Cylindrical-coordinate representation of color #C36369: hue angle of 356.25º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C36369 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 99 | 105 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.24 |
| HSL | 356.25º | 0.44% | 0.58% | - |
| HSV(B) | 356.25º | 0.49% | 0.76% | - |
| XYZ | 29.52 | 21.55 | 15.97 | - |
| YUV | 128.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 105 | 0 | 0.49 | 0.46 | 0.24 | 356.25 | 0.44 | 0.58 |
| Hex | C3 | 63 | 69 | 0 | 31 | 2E | 18 | 164 | 2C | 3A |
| Octal | 303 | 143 | 151 | 0 | 61 | 56 | 30 | 544 | 54 | 72 |
| Binary | 11000011 | 1100011 | 1101001 | 0 | 110001 | 101110 | 11000 | 101100100 | 101100 | 111010 |
Color Harmonies of #C36369
Complementary color
Monochromatic Colors of #C36369
Black with #C36369
Text Example
Text Example
White with #C36369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36369; }
p { color: rgb(195,99,105); }
H1.HeaderClassName
{
color: #C36369;
}
.AnyTagClassName
{
color: #C36369;
}
</style>
background-color css
<style>
a { background-color: #C36369; }
a { background-color: rgb(195,99,105); }
div.DivClassName
{
background-color: #C36369;
}
.BgClassName
{
background-color: #C36369;
}
</style>
border-color css
<style>
span { border-color: #C36369; }
span { border-color: rgb(195,99,105); }
td.TdClassName
{
border-color: #C36369;
}
.TagClassName
{
border-color: #C36369;
}
</style>