Shades of Cabaret #C35C6B
Tints of Cabaret #C35C6B
RGB
CMYK
RGB Variations
Color information
#C35C6B (or 0xC35C6B) is known color: Cabaret. HEX triplet: C3, 5C and 6B. RGB value is (195,92,107). Sum of RGB (Red+Green+Blue) = 195+92+107=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C6B is #3CA394. Grayscale: #7C7C7C. Windows color (decimal): -3974037 or 7036099. OLE color: 7036099.
HSL color Cylindrical-coordinate representation of color #C35C6B: hue angle of 351.26º 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 #C35C6B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 107 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.24 |
| HSL | 351.26º | 0.46% | 0.56% | - |
| HSV(B) | 351.26º | 0.53% | 0.76% | - |
| XYZ | 28.99 | 20.32 | 16.3 | - |
| YUV | 124.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 107 | 0 | 0.53 | 0.45 | 0.24 | 351.26 | 0.46 | 0.56 |
| Hex | C3 | 5C | 6B | 0 | 35 | 2D | 18 | 15F | 2E | 38 |
| Octal | 303 | 134 | 153 | 0 | 65 | 55 | 30 | 537 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1101011 | 0 | 110101 | 101101 | 11000 | 101011111 | 101110 | 111000 |
Color Harmonies of #C35C6B
Complementary color
Monochromatic Colors of #C35C6B
Black with #C35C6B
Text Example
Text Example
White with #C35C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C6B; }
p { color: rgb(195,92,107); }
H1.HeaderClassName
{
color: #C35C6B;
}
.AnyTagClassName
{
color: #C35C6B;
}
</style>
background-color css
<style>
a { background-color: #C35C6B; }
a { background-color: rgb(195,92,107); }
div.DivClassName
{
background-color: #C35C6B;
}
.BgClassName
{
background-color: #C35C6B;
}
</style>
border-color css
<style>
span { border-color: #C35C6B; }
span { border-color: rgb(195,92,107); }
td.TdClassName
{
border-color: #C35C6B;
}
.TagClassName
{
border-color: #C35C6B;
}
</style>