Shades of Meteor #C2722E
Tints of Meteor #C2722E
RGB
CMYK
RGB Variations
Color information
#C2722E (or 0xC2722E) is known color: Meteor. HEX triplet: C2, 72 and 2E. RGB value is (194,114,46). Sum of RGB (Red+Green+Blue) = 194+114+46=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2722E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2722E is #3D8DD1. Grayscale: #828282. Windows color (decimal): -4034002 or 3044034. OLE color: 3044034.
HSL color Cylindrical-coordinate representation of color #C2722E: hue angle of 27.57º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2722E is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 46 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.24 |
| HSL | 27.57º | 0.62% | 0.47% | - |
| HSV(B) | 27.57º | 0.76% | 0.76% | - |
| XYZ | 28.76 | 23.7 | 5.64 | - |
| YUV | 130.17 | 80.5 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 46 | 0 | 0.41 | 0.76 | 0.24 | 27.57 | 0.62 | 0.47 |
| Hex | C2 | 72 | 2E | 0 | 29 | 4C | 18 | 1C | 3E | 2F |
| Octal | 302 | 162 | 56 | 0 | 51 | 114 | 30 | 34 | 76 | 57 |
| Binary | 11000010 | 1110010 | 101110 | 0 | 101001 | 1001100 | 11000 | 11100 | 111110 | 101111 |
Color Harmonies of #C2722E
Complementary color
Monochromatic Colors of #C2722E
Black with #C2722E
Text Example
Text Example
White with #C2722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2722E; }
p { color: rgb(194,114,46); }
H1.HeaderClassName
{
color: #C2722E;
}
.AnyTagClassName
{
color: #C2722E;
}
</style>
background-color css
<style>
a { background-color: #C2722E; }
a { background-color: rgb(194,114,46); }
div.DivClassName
{
background-color: #C2722E;
}
.BgClassName
{
background-color: #C2722E;
}
</style>
border-color css
<style>
span { border-color: #C2722E; }
span { border-color: rgb(194,114,46); }
td.TdClassName
{
border-color: #C2722E;
}
.TagClassName
{
border-color: #C2722E;
}
</style>