Shades of Cabaret #C35C6F
Tints of Cabaret #C35C6F
RGB
CMYK
RGB Variations
Color information
#C35C6F (or 0xC35C6F) is known color: Cabaret. HEX triplet: C3, 5C and 6F. RGB value is (195,92,111). Sum of RGB (Red+Green+Blue) = 195+92+111=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C6F is #3CA390. Grayscale: #7C7C7C. Windows color (decimal): -3974033 or 7298243. OLE color: 7298243.
HSL color Cylindrical-coordinate representation of color #C35C6F: hue angle of 348.93º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C35C6F is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 111 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.24 |
| HSL | 348.93º | 0.46% | 0.56% | - |
| HSV(B) | 348.93º | 0.53% | 0.76% | - |
| XYZ | 29.2 | 20.4 | 17.44 | - |
| YUV | 124.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 111 | 0 | 0.53 | 0.43 | 0.24 | 348.93 | 0.46 | 0.56 |
| Hex | C3 | 5C | 6F | 0 | 35 | 2B | 18 | 15D | 2E | 38 |
| Octal | 303 | 134 | 157 | 0 | 65 | 53 | 30 | 535 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1101111 | 0 | 110101 | 101011 | 11000 | 101011101 | 101110 | 111000 |
Color Harmonies of #C35C6F
Complementary color
Monochromatic Colors of #C35C6F
Black with #C35C6F
Text Example
Text Example
White with #C35C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C6F; }
p { color: rgb(195,92,111); }
H1.HeaderClassName
{
color: #C35C6F;
}
.AnyTagClassName
{
color: #C35C6F;
}
</style>
background-color css
<style>
a { background-color: #C35C6F; }
a { background-color: rgb(195,92,111); }
div.DivClassName
{
background-color: #C35C6F;
}
.BgClassName
{
background-color: #C35C6F;
}
</style>
border-color css
<style>
span { border-color: #C35C6F; }
span { border-color: rgb(195,92,111); }
td.TdClassName
{
border-color: #C35C6F;
}
.TagClassName
{
border-color: #C35C6F;
}
</style>