Shades of Cabaret #C35A6B
Tints of Cabaret #C35A6B
RGB
CMYK
RGB Variations
Color information
#C35A6B (or 0xC35A6B) is known color: Cabaret. HEX triplet: C3, 5A and 6B. RGB value is (195,90,107). Sum of RGB (Red+Green+Blue) = 195+90+107=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A6B is #3CA594. Grayscale: #7B7B7B. Windows color (decimal): -3974549 or 7035587. OLE color: 7035587.
HSL color Cylindrical-coordinate representation of color #C35A6B: hue angle of 350.29º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35A6B is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 107 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.24 |
| HSL | 350.29º | 0.47% | 0.56% | - |
| HSV(B) | 350.29º | 0.54% | 0.76% | - |
| XYZ | 28.82 | 19.98 | 16.25 | - |
| YUV | 123.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 107 | 0 | 0.54 | 0.45 | 0.24 | 350.29 | 0.47 | 0.56 |
| Hex | C3 | 5A | 6B | 0 | 36 | 2D | 18 | 15E | 2F | 38 |
| Octal | 303 | 132 | 153 | 0 | 66 | 55 | 30 | 536 | 57 | 70 |
| Binary | 11000011 | 1011010 | 1101011 | 0 | 110110 | 101101 | 11000 | 101011110 | 101111 | 111000 |
Color Harmonies of #C35A6B
Complementary color
Monochromatic Colors of #C35A6B
Black with #C35A6B
Text Example
Text Example
White with #C35A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A6B; }
p { color: rgb(195,90,107); }
H1.HeaderClassName
{
color: #C35A6B;
}
.AnyTagClassName
{
color: #C35A6B;
}
</style>
background-color css
<style>
a { background-color: #C35A6B; }
a { background-color: rgb(195,90,107); }
div.DivClassName
{
background-color: #C35A6B;
}
.BgClassName
{
background-color: #C35A6B;
}
</style>
border-color css
<style>
span { border-color: #C35A6B; }
span { border-color: rgb(195,90,107); }
td.TdClassName
{
border-color: #C35A6B;
}
.TagClassName
{
border-color: #C35A6B;
}
</style>