Shades of Cabaret #C36675
Tints of Cabaret #C36675
RGB
CMYK
RGB Variations
Color information
#C36675 (or 0xC36675) is known color: Cabaret. HEX triplet: C3, 66 and 75. RGB value is (195,102,117). Sum of RGB (Red+Green+Blue) = 195+102+117=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C36675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36675 is #3C998A. Grayscale: #838383. Windows color (decimal): -3971467 or 7694019. OLE color: 7694019.
HSL color Cylindrical-coordinate representation of color #C36675: hue angle of 350.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36675 is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 117 | - |
| CMYK | 0 | 0.48 | 0.4 | 0.24 |
| HSL | 350.32º | 0.44% | 0.58% | - |
| HSV(B) | 350.32º | 0.48% | 0.76% | - |
| XYZ | 30.47 | 22.39 | 19.55 | - |
| YUV | 131.52 | 119.81 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 117 | 0 | 0.48 | 0.4 | 0.24 | 350.32 | 0.44 | 0.58 |
| Hex | C3 | 66 | 75 | 0 | 30 | 28 | 18 | 15E | 2C | 3A |
| Octal | 303 | 146 | 165 | 0 | 60 | 50 | 30 | 536 | 54 | 72 |
| Binary | 11000011 | 1100110 | 1110101 | 0 | 110000 | 101000 | 11000 | 101011110 | 101100 | 111010 |
Color Harmonies of #C36675
Complementary color
Monochromatic Colors of #C36675
Black with #C36675
Text Example
Text Example
White with #C36675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36675; }
p { color: rgb(195,102,117); }
H1.HeaderClassName
{
color: #C36675;
}
.AnyTagClassName
{
color: #C36675;
}
</style>
background-color css
<style>
a { background-color: #C36675; }
a { background-color: rgb(195,102,117); }
div.DivClassName
{
background-color: #C36675;
}
.BgClassName
{
background-color: #C36675;
}
</style>
border-color css
<style>
span { border-color: #C36675; }
span { border-color: rgb(195,102,117); }
td.TdClassName
{
border-color: #C36675;
}
.TagClassName
{
border-color: #C36675;
}
</style>