Shades of Cabaret #C36472
Tints of Cabaret #C36472
RGB
CMYK
RGB Variations
Color information
#C36472 (or 0xC36472) is known color: Cabaret. HEX triplet: C3, 64 and 72. RGB value is (195,100,114). Sum of RGB (Red+Green+Blue) = 195+100+114=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C36472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36472 is #3C9B8D. Grayscale: #828282. Windows color (decimal): -3971982 or 7496899. OLE color: 7496899.
HSL color Cylindrical-coordinate representation of color #C36472: hue angle of 351.16º 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 #C36472 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 100 | 114 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.24 |
| HSL | 351.16º | 0.44% | 0.58% | - |
| HSV(B) | 351.16º | 0.49% | 0.76% | - |
| XYZ | 30.1 | 21.93 | 18.57 | - |
| YUV | 130 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 114 | 0 | 0.49 | 0.42 | 0.24 | 351.16 | 0.44 | 0.58 |
| Hex | C3 | 64 | 72 | 0 | 31 | 2A | 18 | 15F | 2C | 3A |
| Octal | 303 | 144 | 162 | 0 | 61 | 52 | 30 | 537 | 54 | 72 |
| Binary | 11000011 | 1100100 | 1110010 | 0 | 110001 | 101010 | 11000 | 101011111 | 101100 | 111010 |
Color Harmonies of #C36472
Complementary color
Monochromatic Colors of #C36472
Black with #C36472
Text Example
Text Example
White with #C36472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36472; }
p { color: rgb(195,100,114); }
H1.HeaderClassName
{
color: #C36472;
}
.AnyTagClassName
{
color: #C36472;
}
</style>
background-color css
<style>
a { background-color: #C36472; }
a { background-color: rgb(195,100,114); }
div.DivClassName
{
background-color: #C36472;
}
.BgClassName
{
background-color: #C36472;
}
</style>
border-color css
<style>
span { border-color: #C36472; }
span { border-color: rgb(195,100,114); }
td.TdClassName
{
border-color: #C36472;
}
.TagClassName
{
border-color: #C36472;
}
</style>