Shades of Meteor #C26F28
Tints of Meteor #C26F28
RGB
CMYK
RGB Variations
Color information
#C26F28 (or 0xC26F28) is known color: Meteor. HEX triplet: C2, 6F and 28. RGB value is (194,111,40). Sum of RGB (Red+Green+Blue) = 194+111+40=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26F28 is #3D90D7. Grayscale: #808080. Windows color (decimal): -4034776 or 2650050. OLE color: 2650050.
HSL color Cylindrical-coordinate representation of color #C26F28: hue angle of 27.66º degrees, saturation: 0.66, 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 #C26F28 is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 40 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.24 |
| HSL | 27.66º | 0.66% | 0.46% | - |
| HSV(B) | 27.66º | 0.79% | 0.76% | - |
| XYZ | 28.32 | 22.99 | 4.95 | - |
| YUV | 127.72 | 78.5 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 40 | 0 | 0.43 | 0.79 | 0.24 | 27.66 | 0.66 | 0.46 |
| Hex | C2 | 6F | 28 | 0 | 2B | 4F | 18 | 1C | 42 | 2E |
| Octal | 302 | 157 | 50 | 0 | 53 | 117 | 30 | 34 | 102 | 56 |
| Binary | 11000010 | 1101111 | 101000 | 0 | 101011 | 1001111 | 11000 | 11100 | 1000010 | 101110 |
Color Harmonies of #C26F28
Complementary color
Monochromatic Colors of #C26F28
Black with #C26F28
Text Example
Text Example
White with #C26F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F28; }
p { color: rgb(194,111,40); }
H1.HeaderClassName
{
color: #C26F28;
}
.AnyTagClassName
{
color: #C26F28;
}
</style>
background-color css
<style>
a { background-color: #C26F28; }
a { background-color: rgb(194,111,40); }
div.DivClassName
{
background-color: #C26F28;
}
.BgClassName
{
background-color: #C26F28;
}
</style>
border-color css
<style>
span { border-color: #C26F28; }
span { border-color: rgb(194,111,40); }
td.TdClassName
{
border-color: #C26F28;
}
.TagClassName
{
border-color: #C26F28;
}
</style>