Shades of Cabaret #C35C6A
Tints of Cabaret #C35C6A
RGB
CMYK
RGB Variations
Color information
#C35C6A (or 0xC35C6A) is known color: Cabaret. HEX triplet: C3, 5C and 6A. RGB value is (195,92,106). Sum of RGB (Red+Green+Blue) = 195+92+106=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C6A is #3CA395. Grayscale: #7C7C7C. Windows color (decimal): -3974038 or 6970563. OLE color: 6970563.
HSL color Cylindrical-coordinate representation of color #C35C6A: hue angle of 351.84º 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 #C35C6A is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 106 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.24 |
| HSL | 351.84º | 0.46% | 0.56% | - |
| HSV(B) | 351.84º | 0.53% | 0.76% | - |
| XYZ | 28.93 | 20.3 | 16.03 | - |
| YUV | 124.39 | 117.62 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 106 | 0 | 0.53 | 0.46 | 0.24 | 351.84 | 0.46 | 0.56 |
| Hex | C3 | 5C | 6A | 0 | 35 | 2E | 18 | 160 | 2E | 38 |
| Octal | 303 | 134 | 152 | 0 | 65 | 56 | 30 | 540 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1101010 | 0 | 110101 | 101110 | 11000 | 101100000 | 101110 | 111000 |
Color Harmonies of #C35C6A
Complementary color
Monochromatic Colors of #C35C6A
Black with #C35C6A
Text Example
Text Example
White with #C35C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C6A; }
p { color: rgb(195,92,106); }
H1.HeaderClassName
{
color: #C35C6A;
}
.AnyTagClassName
{
color: #C35C6A;
}
</style>
background-color css
<style>
a { background-color: #C35C6A; }
a { background-color: rgb(195,92,106); }
div.DivClassName
{
background-color: #C35C6A;
}
.BgClassName
{
background-color: #C35C6A;
}
</style>
border-color css
<style>
span { border-color: #C35C6A; }
span { border-color: rgb(195,92,106); }
td.TdClassName
{
border-color: #C35C6A;
}
.TagClassName
{
border-color: #C35C6A;
}
</style>