Shades of Meteor #C06F2D
Tints of Meteor #C06F2D
RGB
CMYK
RGB Variations
Color information
#C06F2D (or 0xC06F2D) is known color: Meteor. HEX triplet: C0, 6F and 2D. RGB value is (192,111,45). Sum of RGB (Red+Green+Blue) = 192+111+45=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F2D is #3F90D2. Grayscale: #808080. Windows color (decimal): -4165843 or 2977728. OLE color: 2977728.
HSL color Cylindrical-coordinate representation of color #C06F2D: hue angle of 26.94º degrees, saturation: 0.62, 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 #C06F2D is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 111 | 45 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.25 |
| HSL | 26.94º | 0.62% | 0.46% | - |
| HSV(B) | 26.94º | 0.77% | 0.75% | - |
| XYZ | 27.9 | 22.76 | 5.41 | - |
| YUV | 127.7 | 81.34 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 45 | 0 | 0.42 | 0.77 | 0.25 | 26.94 | 0.62 | 0.46 |
| Hex | C0 | 6F | 2D | 0 | 2A | 4D | 19 | 1B | 3E | 2E |
| Octal | 300 | 157 | 55 | 0 | 52 | 115 | 31 | 33 | 76 | 56 |
| Binary | 11000000 | 1101111 | 101101 | 0 | 101010 | 1001101 | 11001 | 11011 | 111110 | 101110 |
Color Harmonies of #C06F2D
Complementary color
Monochromatic Colors of #C06F2D
Black with #C06F2D
Text Example
Text Example
White with #C06F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06F2D; }
p { color: rgb(192,111,45); }
H1.HeaderClassName
{
color: #C06F2D;
}
.AnyTagClassName
{
color: #C06F2D;
}
</style>
background-color css
<style>
a { background-color: #C06F2D; }
a { background-color: rgb(192,111,45); }
div.DivClassName
{
background-color: #C06F2D;
}
.BgClassName
{
background-color: #C06F2D;
}
</style>
border-color css
<style>
span { border-color: #C06F2D; }
span { border-color: rgb(192,111,45); }
td.TdClassName
{
border-color: #C06F2D;
}
.TagClassName
{
border-color: #C06F2D;
}
</style>