Shades of Meteor #C27936
Tints of Meteor #C27936
RGB
CMYK
RGB Variations
Color information
#C27936 (or 0xC27936) is known color: Meteor. HEX triplet: C2, 79 and 36. RGB value is (194,121,54). Sum of RGB (Red+Green+Blue) = 194+121+54=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C27936 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27936 is #3D86C9. Grayscale: #878787. Windows color (decimal): -4032202 or 3570114. OLE color: 3570114.
HSL color Cylindrical-coordinate representation of color #C27936: hue angle of 28.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C27936 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 54 | - |
| CMYK | 0 | 0.38 | 0.72 | 0.24 |
| HSL | 28.71º | 0.56% | 0.49% | - |
| HSV(B) | 28.71º | 0.72% | 0.76% | - |
| XYZ | 29.75 | 25.41 | 6.83 | - |
| YUV | 135.19 | 82.18 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 54 | 0 | 0.38 | 0.72 | 0.24 | 28.71 | 0.56 | 0.49 |
| Hex | C2 | 79 | 36 | 0 | 26 | 48 | 18 | 1D | 38 | 31 |
| Octal | 302 | 171 | 66 | 0 | 46 | 110 | 30 | 35 | 70 | 61 |
| Binary | 11000010 | 1111001 | 110110 | 0 | 100110 | 1001000 | 11000 | 11101 | 111000 | 110001 |
Color Harmonies of #C27936
Complementary color
Monochromatic Colors of #C27936
Black with #C27936
Text Example
Text Example
White with #C27936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27936; }
p { color: rgb(194,121,54); }
H1.HeaderClassName
{
color: #C27936;
}
.AnyTagClassName
{
color: #C27936;
}
</style>
background-color css
<style>
a { background-color: #C27936; }
a { background-color: rgb(194,121,54); }
div.DivClassName
{
background-color: #C27936;
}
.BgClassName
{
background-color: #C27936;
}
</style>
border-color css
<style>
span { border-color: #C27936; }
span { border-color: rgb(194,121,54); }
td.TdClassName
{
border-color: #C27936;
}
.TagClassName
{
border-color: #C27936;
}
</style>