Shades of Cabaret #C35D7D
Tints of Cabaret #C35D7D
RGB
CMYK
RGB Variations
Color information
#C35D7D (or 0xC35D7D) is known color: Cabaret. HEX triplet: C3, 5D and 7D. RGB value is (195,93,125). Sum of RGB (Red+Green+Blue) = 195+93+125=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35D7D is #3CA282. Grayscale: #7F7F7F. Windows color (decimal): -3973763 or 8216003. OLE color: 8216003.
HSL color Cylindrical-coordinate representation of color #C35D7D: hue angle of 341.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35D7D is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 125 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.24 |
| HSL | 341.18º | 0.46% | 0.56% | - |
| HSV(B) | 341.18º | 0.52% | 0.76% | - |
| XYZ | 30.12 | 20.91 | 21.85 | - |
| YUV | 127.15 | 126.79 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 125 | 0 | 0.52 | 0.36 | 0.24 | 341.18 | 0.46 | 0.56 |
| Hex | C3 | 5D | 7D | 0 | 34 | 24 | 18 | 155 | 2E | 38 |
| Octal | 303 | 135 | 175 | 0 | 64 | 44 | 30 | 525 | 56 | 70 |
| Binary | 11000011 | 1011101 | 1111101 | 0 | 110100 | 100100 | 11000 | 101010101 | 101110 | 111000 |
Color Harmonies of #C35D7D
Complementary color
Monochromatic Colors of #C35D7D
Black with #C35D7D
Text Example
Text Example
White with #C35D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D7D; }
p { color: rgb(195,93,125); }
H1.HeaderClassName
{
color: #C35D7D;
}
.AnyTagClassName
{
color: #C35D7D;
}
</style>
background-color css
<style>
a { background-color: #C35D7D; }
a { background-color: rgb(195,93,125); }
div.DivClassName
{
background-color: #C35D7D;
}
.BgClassName
{
background-color: #C35D7D;
}
</style>
border-color css
<style>
span { border-color: #C35D7D; }
span { border-color: rgb(195,93,125); }
td.TdClassName
{
border-color: #C35D7D;
}
.TagClassName
{
border-color: #C35D7D;
}
</style>