Shades of Meteor #C2722B
Tints of Meteor #C2722B
RGB
CMYK
RGB Variations
Color information
#C2722B (or 0xC2722B) is known color: Meteor. HEX triplet: C2, 72 and 2B. RGB value is (194,114,43). Sum of RGB (Red+Green+Blue) = 194+114+43=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2722B is #3D8DD4. Grayscale: #828282. Windows color (decimal): -4034005 or 2847426. OLE color: 2847426.
HSL color Cylindrical-coordinate representation of color #C2722B: hue angle of 28.21º 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 #C2722B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 43 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.24 |
| HSL | 28.21º | 0.64% | 0.46% | - |
| HSV(B) | 28.21º | 0.78% | 0.76% | - |
| XYZ | 28.7 | 23.68 | 5.34 | - |
| YUV | 129.83 | 79 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 43 | 0 | 0.41 | 0.78 | 0.24 | 28.21 | 0.64 | 0.46 |
| Hex | C2 | 72 | 2B | 0 | 29 | 4E | 18 | 1C | 40 | 2E |
| Octal | 302 | 162 | 53 | 0 | 51 | 116 | 30 | 34 | 100 | 56 |
| Binary | 11000010 | 1110010 | 101011 | 0 | 101001 | 1001110 | 11000 | 11100 | 1000000 | 101110 |
Color Harmonies of #C2722B
Complementary color
Monochromatic Colors of #C2722B
Black with #C2722B
Text Example
Text Example
White with #C2722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2722B; }
p { color: rgb(194,114,43); }
H1.HeaderClassName
{
color: #C2722B;
}
.AnyTagClassName
{
color: #C2722B;
}
</style>
background-color css
<style>
a { background-color: #C2722B; }
a { background-color: rgb(194,114,43); }
div.DivClassName
{
background-color: #C2722B;
}
.BgClassName
{
background-color: #C2722B;
}
</style>
border-color css
<style>
span { border-color: #C2722B; }
span { border-color: rgb(194,114,43); }
td.TdClassName
{
border-color: #C2722B;
}
.TagClassName
{
border-color: #C2722B;
}
</style>