Shades of Meteor #C2782D
Tints of Meteor #C2782D
RGB
CMYK
RGB Variations
Color information
#C2782D (or 0xC2782D) is known color: Meteor. HEX triplet: C2, 78 and 2D. RGB value is (194,120,45). Sum of RGB (Red+Green+Blue) = 194+120+45=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C2782D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2782D is #3D87D2. Grayscale: #858585. Windows color (decimal): -4032467 or 2980034. OLE color: 2980034.
HSL color Cylindrical-coordinate representation of color #C2782D: hue angle of 30.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2782D is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 45 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.24 |
| HSL | 30.2º | 0.62% | 0.47% | - |
| HSV(B) | 30.2º | 0.77% | 0.76% | - |
| XYZ | 29.44 | 25.09 | 5.77 | - |
| YUV | 133.58 | 78.02 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 45 | 0 | 0.38 | 0.77 | 0.24 | 30.2 | 0.62 | 0.47 |
| Hex | C2 | 78 | 2D | 0 | 26 | 4D | 18 | 1E | 3E | 2F |
| Octal | 302 | 170 | 55 | 0 | 46 | 115 | 30 | 36 | 76 | 57 |
| Binary | 11000010 | 1111000 | 101101 | 0 | 100110 | 1001101 | 11000 | 11110 | 111110 | 101111 |
Color Harmonies of #C2782D
Complementary color
Monochromatic Colors of #C2782D
Black with #C2782D
Text Example
Text Example
White with #C2782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2782D; }
p { color: rgb(194,120,45); }
H1.HeaderClassName
{
color: #C2782D;
}
.AnyTagClassName
{
color: #C2782D;
}
</style>
background-color css
<style>
a { background-color: #C2782D; }
a { background-color: rgb(194,120,45); }
div.DivClassName
{
background-color: #C2782D;
}
.BgClassName
{
background-color: #C2782D;
}
</style>
border-color css
<style>
span { border-color: #C2782D; }
span { border-color: rgb(194,120,45); }
td.TdClassName
{
border-color: #C2782D;
}
.TagClassName
{
border-color: #C2782D;
}
</style>