Shades of Meteor #C2722A
Tints of Meteor #C2722A
RGB
CMYK
RGB Variations
Color information
#C2722A (or 0xC2722A) is known color: Meteor. HEX triplet: C2, 72 and 2A. RGB value is (194,114,42). Sum of RGB (Red+Green+Blue) = 194+114+42=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C2722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2722A is #3D8DD5. Grayscale: #828282. Windows color (decimal): -4034006 or 2781890. OLE color: 2781890.
HSL color Cylindrical-coordinate representation of color #C2722A: hue angle of 28.42º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C2722A is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 42 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.24 |
| HSL | 28.42º | 0.64% | 0.46% | - |
| HSV(B) | 28.42º | 0.78% | 0.76% | - |
| XYZ | 28.68 | 23.67 | 5.25 | - |
| YUV | 129.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 42 | 0 | 0.41 | 0.78 | 0.24 | 28.42 | 0.64 | 0.46 |
| Hex | C2 | 72 | 2A | 0 | 29 | 4E | 18 | 1C | 40 | 2E |
| Octal | 302 | 162 | 52 | 0 | 51 | 116 | 30 | 34 | 100 | 56 |
| Binary | 11000010 | 1110010 | 101010 | 0 | 101001 | 1001110 | 11000 | 11100 | 1000000 | 101110 |
Color Harmonies of #C2722A
Complementary color
Monochromatic Colors of #C2722A
Black with #C2722A
Text Example
Text Example
White with #C2722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2722A; }
p { color: rgb(194,114,42); }
H1.HeaderClassName
{
color: #C2722A;
}
.AnyTagClassName
{
color: #C2722A;
}
</style>
background-color css
<style>
a { background-color: #C2722A; }
a { background-color: rgb(194,114,42); }
div.DivClassName
{
background-color: #C2722A;
}
.BgClassName
{
background-color: #C2722A;
}
</style>
border-color css
<style>
span { border-color: #C2722A; }
span { border-color: rgb(194,114,42); }
td.TdClassName
{
border-color: #C2722A;
}
.TagClassName
{
border-color: #C2722A;
}
</style>