Shades of Meteor #C06E32
Tints of Meteor #C06E32
RGB
CMYK
RGB Variations
Color information
#C06E32 (or 0xC06E32) is known color: Meteor. HEX triplet: C0, 6E and 32. RGB value is (192,110,50). Sum of RGB (Red+Green+Blue) = 192+110+50=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06E32 is #3F91CD. Grayscale: #7F7F7F. Windows color (decimal): -4166094 or 3305152. OLE color: 3305152.
HSL color Cylindrical-coordinate representation of color #C06E32: hue angle of 25.35º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C06E32 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 110 | 50 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.25 |
| HSL | 25.35º | 0.59% | 0.47% | - |
| HSV(B) | 25.35º | 0.74% | 0.75% | - |
| XYZ | 27.89 | 22.59 | 5.91 | - |
| YUV | 127.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 110 | 50 | 0 | 0.43 | 0.74 | 0.25 | 25.35 | 0.59 | 0.47 |
| Hex | C0 | 6E | 32 | 0 | 2B | 4A | 19 | 19 | 3B | 2F |
| Octal | 300 | 156 | 62 | 0 | 53 | 112 | 31 | 31 | 73 | 57 |
| Binary | 11000000 | 1101110 | 110010 | 0 | 101011 | 1001010 | 11001 | 11001 | 111011 | 101111 |
Color Harmonies of #C06E32
Complementary color
Monochromatic Colors of #C06E32
Black with #C06E32
Text Example
Text Example
White with #C06E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06E32; }
p { color: rgb(192,110,50); }
H1.HeaderClassName
{
color: #C06E32;
}
.AnyTagClassName
{
color: #C06E32;
}
</style>
background-color css
<style>
a { background-color: #C06E32; }
a { background-color: rgb(192,110,50); }
div.DivClassName
{
background-color: #C06E32;
}
.BgClassName
{
background-color: #C06E32;
}
</style>
border-color css
<style>
span { border-color: #C06E32; }
span { border-color: rgb(192,110,50); }
td.TdClassName
{
border-color: #C06E32;
}
.TagClassName
{
border-color: #C06E32;
}
</style>