Shades of Cabaret #C35669
Tints of Cabaret #C35669
RGB
CMYK
RGB Variations
Color information
#C35669 (or 0xC35669) is known color: Cabaret. HEX triplet: C3, 56 and 69. RGB value is (195,86,105). Sum of RGB (Red+Green+Blue) = 195+86+105=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C35669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35669 is #3CA996. Grayscale: #787878. Windows color (decimal): -3975575 or 6903491. OLE color: 6903491.
HSL color Cylindrical-coordinate representation of color #C35669: hue angle of 349.54º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C35669 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 105 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.24 |
| HSL | 349.54º | 0.48% | 0.55% | - |
| HSV(B) | 349.54º | 0.56% | 0.76% | - |
| XYZ | 28.38 | 19.28 | 15.59 | - |
| YUV | 120.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 105 | 0 | 0.56 | 0.46 | 0.24 | 349.54 | 0.48 | 0.55 |
| Hex | C3 | 56 | 69 | 0 | 38 | 2E | 18 | 15E | 30 | 37 |
| Octal | 303 | 126 | 151 | 0 | 70 | 56 | 30 | 536 | 60 | 67 |
| Binary | 11000011 | 1010110 | 1101001 | 0 | 111000 | 101110 | 11000 | 101011110 | 110000 | 110111 |
Color Harmonies of #C35669
Complementary color
Monochromatic Colors of #C35669
Black with #C35669
Text Example
Text Example
White with #C35669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35669; }
p { color: rgb(195,86,105); }
H1.HeaderClassName
{
color: #C35669;
}
.AnyTagClassName
{
color: #C35669;
}
</style>
background-color css
<style>
a { background-color: #C35669; }
a { background-color: rgb(195,86,105); }
div.DivClassName
{
background-color: #C35669;
}
.BgClassName
{
background-color: #C35669;
}
</style>
border-color css
<style>
span { border-color: #C35669; }
span { border-color: rgb(195,86,105); }
td.TdClassName
{
border-color: #C35669;
}
.TagClassName
{
border-color: #C35669;
}
</style>