Shades of Meteor #C06E2C
Tints of Meteor #C06E2C
RGB
CMYK
RGB Variations
Color information
#C06E2C (or 0xC06E2C) is known color: Meteor. HEX triplet: C0, 6E and 2C. RGB value is (192,110,44). Sum of RGB (Red+Green+Blue) = 192+110+44=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E2C is #3F91D3. Grayscale: #7F7F7F. Windows color (decimal): -4166100 or 2911936. OLE color: 2911936.
HSL color Cylindrical-coordinate representation of color #C06E2C: hue angle of 26.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C06E2C is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 44 | - |
| CMYK | 0 | 0.43 | 0.77 | 0.25 |
| HSL | 26.76º | 0.63% | 0.46% | - |
| HSV(B) | 26.76º | 0.77% | 0.75% | - |
| XYZ | 27.77 | 22.54 | 5.27 | - |
| YUV | 126.99 | 81.17 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 44 | 0 | 0.43 | 0.77 | 0.25 | 26.76 | 0.63 | 0.46 |
| Hex | C0 | 6E | 2C | 0 | 2B | 4D | 19 | 1B | 3F | 2E |
| Octal | 300 | 156 | 54 | 0 | 53 | 115 | 31 | 33 | 77 | 56 |
| Binary | 11000000 | 1101110 | 101100 | 0 | 101011 | 1001101 | 11001 | 11011 | 111111 | 101110 |
Color Harmonies of #C06E2C
Complementary color
Monochromatic Colors of #C06E2C
Black with #C06E2C
Text Example
Text Example
White with #C06E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E2C; }
p { color: rgb(192,110,44); }
H1.HeaderClassName
{
color: #C06E2C;
}
.AnyTagClassName
{
color: #C06E2C;
}
</style>
background-color css
<style>
a { background-color: #C06E2C; }
a { background-color: rgb(192,110,44); }
div.DivClassName
{
background-color: #C06E2C;
}
.BgClassName
{
background-color: #C06E2C;
}
</style>
border-color css
<style>
span { border-color: #C06E2C; }
span { border-color: rgb(192,110,44); }
td.TdClassName
{
border-color: #C06E2C;
}
.TagClassName
{
border-color: #C06E2C;
}
</style>