Shades of Meteor #C4722E
Tints of Meteor #C4722E
RGB
CMYK
RGB Variations
Color information
#C4722E (or 0xC4722E) is known color: Meteor. HEX triplet: C4, 72 and 2E. RGB value is (196,114,46). Sum of RGB (Red+Green+Blue) = 196+114+46=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4722E is #3B8DD1. Grayscale: #838383. Windows color (decimal): -3902930 or 3044036. OLE color: 3044036.
HSL color Cylindrical-coordinate representation of color #C4722E: hue angle of 27.2º 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 #C4722E is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 114 | 46 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.23 |
| HSL | 27.2º | 0.62% | 0.47% | - |
| HSV(B) | 27.2º | 0.77% | 0.77% | - |
| XYZ | 29.28 | 23.97 | 5.67 | - |
| YUV | 130.77 | 80.17 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 114 | 46 | 0 | 0.42 | 0.77 | 0.23 | 27.2 | 0.62 | 0.47 |
| Hex | C4 | 72 | 2E | 0 | 2A | 4D | 17 | 1B | 3E | 2F |
| Octal | 304 | 162 | 56 | 0 | 52 | 115 | 27 | 33 | 76 | 57 |
| Binary | 11000100 | 1110010 | 101110 | 0 | 101010 | 1001101 | 10111 | 11011 | 111110 | 101111 |
Color Harmonies of #C4722E
Complementary color
Monochromatic Colors of #C4722E
Black with #C4722E
Text Example
Text Example
White with #C4722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4722E; }
p { color: rgb(196,114,46); }
H1.HeaderClassName
{
color: #C4722E;
}
.AnyTagClassName
{
color: #C4722E;
}
</style>
background-color css
<style>
a { background-color: #C4722E; }
a { background-color: rgb(196,114,46); }
div.DivClassName
{
background-color: #C4722E;
}
.BgClassName
{
background-color: #C4722E;
}
</style>
border-color css
<style>
span { border-color: #C4722E; }
span { border-color: rgb(196,114,46); }
td.TdClassName
{
border-color: #C4722E;
}
.TagClassName
{
border-color: #C4722E;
}
</style>