Shades of Meteor #C4782E
Tints of Meteor #C4782E
RGB
CMYK
RGB Variations
Color information
#C4782E (or 0xC4782E) is known color: Meteor. HEX triplet: C4, 78 and 2E. RGB value is (196,120,46). Sum of RGB (Red+Green+Blue) = 196+120+46=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4782E is #3B87D1. Grayscale: #868686. Windows color (decimal): -3901394 or 3045572. OLE color: 3045572.
HSL color Cylindrical-coordinate representation of color #C4782E: hue angle of 29.6º degrees, saturation: 0.62, 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 #C4782E is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 120 | 46 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.23 |
| HSL | 29.6º | 0.62% | 0.47% | - |
| HSV(B) | 29.6º | 0.77% | 0.77% | - |
| XYZ | 29.97 | 25.37 | 5.9 | - |
| YUV | 134.29 | 78.18 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 120 | 46 | 0 | 0.39 | 0.77 | 0.23 | 29.6 | 0.62 | 0.47 |
| Hex | C4 | 78 | 2E | 0 | 27 | 4D | 17 | 1E | 3E | 2F |
| Octal | 304 | 170 | 56 | 0 | 47 | 115 | 27 | 36 | 76 | 57 |
| Binary | 11000100 | 1111000 | 101110 | 0 | 100111 | 1001101 | 10111 | 11110 | 111110 | 101111 |
Color Harmonies of #C4782E
Complementary color
Monochromatic Colors of #C4782E
Black with #C4782E
Text Example
Text Example
White with #C4782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4782E; }
p { color: rgb(196,120,46); }
H1.HeaderClassName
{
color: #C4782E;
}
.AnyTagClassName
{
color: #C4782E;
}
</style>
background-color css
<style>
a { background-color: #C4782E; }
a { background-color: rgb(196,120,46); }
div.DivClassName
{
background-color: #C4782E;
}
.BgClassName
{
background-color: #C4782E;
}
</style>
border-color css
<style>
span { border-color: #C4782E; }
span { border-color: rgb(196,120,46); }
td.TdClassName
{
border-color: #C4782E;
}
.TagClassName
{
border-color: #C4782E;
}
</style>