Shades of Meteor #C06E2F
Tints of Meteor #C06E2F
RGB
CMYK
RGB Variations
Color information
#C06E2F (or 0xC06E2F) is known color: Meteor. HEX triplet: C0, 6E and 2F. RGB value is (192,110,47). Sum of RGB (Red+Green+Blue) = 192+110+47=349 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.01% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E2F is #3F91D0. Grayscale: #7F7F7F. Windows color (decimal): -4166097 or 3108544. OLE color: 3108544.
HSL color Cylindrical-coordinate representation of color #C06E2F: hue angle of 26.07º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C06E2F is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 47 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.25 |
| HSL | 26.07º | 0.61% | 0.47% | - |
| HSV(B) | 26.07º | 0.76% | 0.75% | - |
| XYZ | 27.83 | 22.56 | 5.58 | - |
| YUV | 127.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 47 | 0 | 0.43 | 0.76 | 0.25 | 26.07 | 0.61 | 0.47 |
| Hex | C0 | 6E | 2F | 0 | 2B | 4C | 19 | 1A | 3D | 2F |
| Octal | 300 | 156 | 57 | 0 | 53 | 114 | 31 | 32 | 75 | 57 |
| Binary | 11000000 | 1101110 | 101111 | 0 | 101011 | 1001100 | 11001 | 11010 | 111101 | 101111 |
Color Harmonies of #C06E2F
Complementary color
Monochromatic Colors of #C06E2F
Black with #C06E2F
Text Example
Text Example
White with #C06E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E2F; }
p { color: rgb(192,110,47); }
H1.HeaderClassName
{
color: #C06E2F;
}
.AnyTagClassName
{
color: #C06E2F;
}
</style>
background-color css
<style>
a { background-color: #C06E2F; }
a { background-color: rgb(192,110,47); }
div.DivClassName
{
background-color: #C06E2F;
}
.BgClassName
{
background-color: #C06E2F;
}
</style>
border-color css
<style>
span { border-color: #C06E2F; }
span { border-color: rgb(192,110,47); }
td.TdClassName
{
border-color: #C06E2F;
}
.TagClassName
{
border-color: #C06E2F;
}
</style>