Shades of Meteor #C4782D
Tints of Meteor #C4782D
RGB
CMYK
RGB Variations
Color information
#C4782D (or 0xC4782D) is known color: Meteor. HEX triplet: C4, 78 and 2D. RGB value is (196,120,45). Sum of RGB (Red+Green+Blue) = 196+120+45=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4782D is #3B87D2. Grayscale: #868686. Windows color (decimal): -3901395 or 2980036. OLE color: 2980036.
HSL color Cylindrical-coordinate representation of color #C4782D: hue angle of 29.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4782D is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 45 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.23 |
| HSL | 29.8º | 0.63% | 0.47% | - |
| HSV(B) | 29.8º | 0.77% | 0.77% | - |
| XYZ | 29.96 | 25.36 | 5.8 | - |
| YUV | 134.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 45 | 0 | 0.39 | 0.77 | 0.23 | 29.8 | 0.63 | 0.47 |
| Hex | C4 | 78 | 2D | 0 | 27 | 4D | 17 | 1E | 3F | 2F |
| Octal | 304 | 170 | 55 | 0 | 47 | 115 | 27 | 36 | 77 | 57 |
| Binary | 11000100 | 1111000 | 101101 | 0 | 100111 | 1001101 | 10111 | 11110 | 111111 | 101111 |
Color Harmonies of #C4782D
Complementary color
Monochromatic Colors of #C4782D
Black with #C4782D
Text Example
Text Example
White with #C4782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4782D; }
p { color: rgb(196,120,45); }
H1.HeaderClassName
{
color: #C4782D;
}
.AnyTagClassName
{
color: #C4782D;
}
</style>
background-color css
<style>
a { background-color: #C4782D; }
a { background-color: rgb(196,120,45); }
div.DivClassName
{
background-color: #C4782D;
}
.BgClassName
{
background-color: #C4782D;
}
</style>
border-color css
<style>
span { border-color: #C4782D; }
span { border-color: rgb(196,120,45); }
td.TdClassName
{
border-color: #C4782D;
}
.TagClassName
{
border-color: #C4782D;
}
</style>