Shades of Meteor #C2782F
Tints of Meteor #C2782F
RGB
CMYK
RGB Variations
Color information
#C2782F (or 0xC2782F) is known color: Meteor. HEX triplet: C2, 78 and 2F. RGB value is (194,120,47). Sum of RGB (Red+Green+Blue) = 194+120+47=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2782F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2782F is #3D87D0. Grayscale: #868686. Windows color (decimal): -4032465 or 3111106. OLE color: 3111106.
HSL color Cylindrical-coordinate representation of color #C2782F: hue angle of 29.8º degrees, saturation: 0.61, 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 #C2782F is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 47 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.24 |
| HSL | 29.8º | 0.61% | 0.47% | - |
| HSV(B) | 29.8º | 0.76% | 0.76% | - |
| XYZ | 29.48 | 25.11 | 5.98 | - |
| YUV | 133.8 | 79.02 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 47 | 0 | 0.38 | 0.76 | 0.24 | 29.8 | 0.61 | 0.47 |
| Hex | C2 | 78 | 2F | 0 | 26 | 4C | 18 | 1E | 3D | 2F |
| Octal | 302 | 170 | 57 | 0 | 46 | 114 | 30 | 36 | 75 | 57 |
| Binary | 11000010 | 1111000 | 101111 | 0 | 100110 | 1001100 | 11000 | 11110 | 111101 | 101111 |
Color Harmonies of #C2782F
Complementary color
Monochromatic Colors of #C2782F
Black with #C2782F
Text Example
Text Example
White with #C2782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2782F; }
p { color: rgb(194,120,47); }
H1.HeaderClassName
{
color: #C2782F;
}
.AnyTagClassName
{
color: #C2782F;
}
</style>
background-color css
<style>
a { background-color: #C2782F; }
a { background-color: rgb(194,120,47); }
div.DivClassName
{
background-color: #C2782F;
}
.BgClassName
{
background-color: #C2782F;
}
</style>
border-color css
<style>
span { border-color: #C2782F; }
span { border-color: rgb(194,120,47); }
td.TdClassName
{
border-color: #C2782F;
}
.TagClassName
{
border-color: #C2782F;
}
</style>