Shades of Meteor #C26F29
Tints of Meteor #C26F29
RGB
CMYK
RGB Variations
Color information
#C26F29 (or 0xC26F29) is known color: Meteor. HEX triplet: C2, 6F and 29. RGB value is (194,111,41). Sum of RGB (Red+Green+Blue) = 194+111+41=346 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.07% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26F29 is #3D90D6. Grayscale: #808080. Windows color (decimal): -4034775 or 2715586. OLE color: 2715586.
HSL color Cylindrical-coordinate representation of color #C26F29: hue angle of 27.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C26F29 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 41 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.24 |
| HSL | 27.45º | 0.65% | 0.46% | - |
| HSV(B) | 27.45º | 0.79% | 0.76% | - |
| XYZ | 28.33 | 23 | 5.04 | - |
| YUV | 127.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 41 | 0 | 0.43 | 0.79 | 0.24 | 27.45 | 0.65 | 0.46 |
| Hex | C2 | 6F | 29 | 0 | 2B | 4F | 18 | 1B | 41 | 2E |
| Octal | 302 | 157 | 51 | 0 | 53 | 117 | 30 | 33 | 101 | 56 |
| Binary | 11000010 | 1101111 | 101001 | 0 | 101011 | 1001111 | 11000 | 11011 | 1000001 | 101110 |
Color Harmonies of #C26F29
Complementary color
Monochromatic Colors of #C26F29
Black with #C26F29
Text Example
Text Example
White with #C26F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F29; }
p { color: rgb(194,111,41); }
H1.HeaderClassName
{
color: #C26F29;
}
.AnyTagClassName
{
color: #C26F29;
}
</style>
background-color css
<style>
a { background-color: #C26F29; }
a { background-color: rgb(194,111,41); }
div.DivClassName
{
background-color: #C26F29;
}
.BgClassName
{
background-color: #C26F29;
}
</style>
border-color css
<style>
span { border-color: #C26F29; }
span { border-color: rgb(194,111,41); }
td.TdClassName
{
border-color: #C26F29;
}
.TagClassName
{
border-color: #C26F29;
}
</style>