Shades of Cabaret #C35C7A
Tints of Cabaret #C35C7A
RGB
CMYK
RGB Variations
Color information
#C35C7A (or 0xC35C7A) is known color: Cabaret. HEX triplet: C3, 5C and 7A. RGB value is (195,92,122). Sum of RGB (Red+Green+Blue) = 195+92+122=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35C7A is #3CA385. Grayscale: #7E7E7E. Windows color (decimal): -3974022 or 8019139. OLE color: 8019139.
HSL color Cylindrical-coordinate representation of color #C35C7A: hue angle of 342.52º 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 #C35C7A is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 122 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.24 |
| HSL | 342.52º | 0.46% | 0.56% | - |
| HSV(B) | 342.52º | 0.53% | 0.76% | - |
| XYZ | 29.85 | 20.66 | 20.83 | - |
| YUV | 126.22 | 125.62 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 122 | 0 | 0.53 | 0.37 | 0.24 | 342.52 | 0.46 | 0.56 |
| Hex | C3 | 5C | 7A | 0 | 35 | 25 | 18 | 157 | 2E | 38 |
| Octal | 303 | 134 | 172 | 0 | 65 | 45 | 30 | 527 | 56 | 70 |
| Binary | 11000011 | 1011100 | 1111010 | 0 | 110101 | 100101 | 11000 | 101010111 | 101110 | 111000 |
Color Harmonies of #C35C7A
Complementary color
Monochromatic Colors of #C35C7A
Black with #C35C7A
Text Example
Text Example
White with #C35C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C7A; }
p { color: rgb(195,92,122); }
H1.HeaderClassName
{
color: #C35C7A;
}
.AnyTagClassName
{
color: #C35C7A;
}
</style>
background-color css
<style>
a { background-color: #C35C7A; }
a { background-color: rgb(195,92,122); }
div.DivClassName
{
background-color: #C35C7A;
}
.BgClassName
{
background-color: #C35C7A;
}
</style>
border-color css
<style>
span { border-color: #C35C7A; }
span { border-color: rgb(195,92,122); }
td.TdClassName
{
border-color: #C35C7A;
}
.TagClassName
{
border-color: #C35C7A;
}
</style>