Shades of Charade #3C4245
Tints of Charade #3C4245
RGB
CMYK
RGB Variations
Color information
#3C4245 (or 0x3C4245) is known color: Charade. HEX triplet: 3C, 42 and 45. RGB value is (60,66,69). Sum of RGB (Red+Green+Blue) = 60+66+69=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 69 - color contains mainly: blue. Hex color #3C4245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4245 is #C3BDBA. Grayscale: #404040. Windows color (decimal): -12828091 or 4538940. OLE color: 4538940.
HSL color Cylindrical-coordinate representation of color #3C4245: hue angle of 200º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C4245 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 66 | 69 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.73 |
| HSL | 200º | 0.07% | 0.25% | - |
| HSV(B) | 200º | 0.13% | 0.27% | - |
| XYZ | 4.89 | 5.29 | 6.39 | - |
| YUV | 64.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 66 | 69 | 0.13 | 0.04 | 0 | 0.73 | 200 | 0.07 | 0.25 |
| Hex | 3C | 42 | 45 | D | 4 | 0 | 49 | C8 | 7 | 19 |
| Octal | 74 | 102 | 105 | 15 | 4 | 0 | 111 | 310 | 7 | 31 |
| Binary | 111100 | 1000010 | 1000101 | 1101 | 100 | 0 | 1001001 | 11001000 | 111 | 11001 |
Color Harmonies of #3C4245
Complementary color
Monochromatic Colors of #3C4245
Black with #3C4245
Text Example
Text Example
White with #3C4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4245; }
p { color: rgb(60,66,69); }
H1.HeaderClassName
{
color: #3C4245;
}
.AnyTagClassName
{
color: #3C4245;
}
</style>
background-color css
<style>
a { background-color: #3C4245; }
a { background-color: rgb(60,66,69); }
div.DivClassName
{
background-color: #3C4245;
}
.BgClassName
{
background-color: #3C4245;
}
</style>
border-color css
<style>
span { border-color: #3C4245; }
span { border-color: rgb(60,66,69); }
td.TdClassName
{
border-color: #3C4245;
}
.TagClassName
{
border-color: #3C4245;
}
</style>