Shades of Charade #3C4547
Tints of Charade #3C4547
RGB
CMYK
RGB Variations
Color information
#3C4547 (or 0x3C4547) is known color: Charade. HEX triplet: 3C, 45 and 47. RGB value is (60,69,71). Sum of RGB (Red+Green+Blue) = 60+69+71=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C4547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4547 is #C3BAB8. Grayscale: #424242. Windows color (decimal): -12827321 or 4670780. OLE color: 4670780.
HSL color Cylindrical-coordinate representation of color #3C4547: hue angle of 190.91º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C4547 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 69 | 71 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.72 |
| HSL | 190.91º | 0.08% | 0.26% | - |
| HSV(B) | 190.91º | 0.15% | 0.28% | - |
| XYZ | 5.13 | 5.67 | 6.79 | - |
| YUV | 66.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 71 | 0.15 | 0.03 | 0 | 0.72 | 190.91 | 0.08 | 0.26 |
| Hex | 3C | 45 | 47 | F | 3 | 0 | 48 | BF | 8 | 1A |
| Octal | 74 | 105 | 107 | 17 | 3 | 0 | 110 | 277 | 10 | 32 |
| Binary | 111100 | 1000101 | 1000111 | 1111 | 11 | 0 | 1001000 | 10111111 | 1000 | 11010 |
Color Harmonies of #3C4547
Complementary color
Monochromatic Colors of #3C4547
Black with #3C4547
Text Example
Text Example
White with #3C4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4547; }
p { color: rgb(60,69,71); }
H1.HeaderClassName
{
color: #3C4547;
}
.AnyTagClassName
{
color: #3C4547;
}
</style>
background-color css
<style>
a { background-color: #3C4547; }
a { background-color: rgb(60,69,71); }
div.DivClassName
{
background-color: #3C4547;
}
.BgClassName
{
background-color: #3C4547;
}
</style>
border-color css
<style>
span { border-color: #3C4547; }
span { border-color: rgb(60,69,71); }
td.TdClassName
{
border-color: #3C4547;
}
.TagClassName
{
border-color: #3C4547;
}
</style>