Shades of Cabaret #C35A68
Tints of Cabaret #C35A68
RGB
CMYK
RGB Variations
Color information
#C35A68 (or 0xC35A68) is known color: Cabaret. HEX triplet: C3, 5A and 68. RGB value is (195,90,104). Sum of RGB (Red+Green+Blue) = 195+90+104=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35A68 is #3CA597. Grayscale: #7B7B7B. Windows color (decimal): -3974552 or 6838979. OLE color: 6838979.
HSL color Cylindrical-coordinate representation of color #C35A68: hue angle of 352º 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 #C35A68 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 104 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.24 |
| HSL | 352º | 0.47% | 0.56% | - |
| HSV(B) | 352º | 0.54% | 0.76% | - |
| XYZ | 28.66 | 19.91 | 15.43 | - |
| YUV | 122.99 | 117.29 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 104 | 0 | 0.54 | 0.47 | 0.24 | 352 | 0.47 | 0.56 |
| Hex | C3 | 5A | 68 | 0 | 36 | 2F | 18 | 160 | 2F | 38 |
| Octal | 303 | 132 | 150 | 0 | 66 | 57 | 30 | 540 | 57 | 70 |
| Binary | 11000011 | 1011010 | 1101000 | 0 | 110110 | 101111 | 11000 | 101100000 | 101111 | 111000 |
Color Harmonies of #C35A68
Complementary color
Monochromatic Colors of #C35A68
Black with #C35A68
Text Example
Text Example
White with #C35A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A68; }
p { color: rgb(195,90,104); }
H1.HeaderClassName
{
color: #C35A68;
}
.AnyTagClassName
{
color: #C35A68;
}
</style>
background-color css
<style>
a { background-color: #C35A68; }
a { background-color: rgb(195,90,104); }
div.DivClassName
{
background-color: #C35A68;
}
.BgClassName
{
background-color: #C35A68;
}
</style>
border-color css
<style>
span { border-color: #C35A68; }
span { border-color: rgb(195,90,104); }
td.TdClassName
{
border-color: #C35A68;
}
.TagClassName
{
border-color: #C35A68;
}
</style>