Shades of Meteor #C46F2D
Tints of Meteor #C46F2D
RGB
CMYK
RGB Variations
Color information
#C46F2D (or 0xC46F2D) is known color: Meteor. HEX triplet: C4, 6F and 2D. RGB value is (196,111,45). Sum of RGB (Red+Green+Blue) = 196+111+45=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F2D is #3B90D2. Grayscale: #818181. Windows color (decimal): -3903699 or 2977732. OLE color: 2977732.
HSL color Cylindrical-coordinate representation of color #C46F2D: hue angle of 26.23º 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 #C46F2D is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 111 | 45 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.23 |
| HSL | 26.23º | 0.63% | 0.47% | - |
| HSV(B) | 26.23º | 0.77% | 0.77% | - |
| XYZ | 28.92 | 23.29 | 5.45 | - |
| YUV | 128.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 45 | 0 | 0.43 | 0.77 | 0.23 | 26.23 | 0.63 | 0.47 |
| Hex | C4 | 6F | 2D | 0 | 2B | 4D | 17 | 1A | 3F | 2F |
| Octal | 304 | 157 | 55 | 0 | 53 | 115 | 27 | 32 | 77 | 57 |
| Binary | 11000100 | 1101111 | 101101 | 0 | 101011 | 1001101 | 10111 | 11010 | 111111 | 101111 |
Color Harmonies of #C46F2D
Complementary color
Monochromatic Colors of #C46F2D
Black with #C46F2D
Text Example
Text Example
White with #C46F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46F2D; }
p { color: rgb(196,111,45); }
H1.HeaderClassName
{
color: #C46F2D;
}
.AnyTagClassName
{
color: #C46F2D;
}
</style>
background-color css
<style>
a { background-color: #C46F2D; }
a { background-color: rgb(196,111,45); }
div.DivClassName
{
background-color: #C46F2D;
}
.BgClassName
{
background-color: #C46F2D;
}
</style>
border-color css
<style>
span { border-color: #C46F2D; }
span { border-color: rgb(196,111,45); }
td.TdClassName
{
border-color: #C46F2D;
}
.TagClassName
{
border-color: #C46F2D;
}
</style>