Shades of Meteor #C27A2F
Tints of Meteor #C27A2F
RGB
CMYK
RGB Variations
Color information
#C27A2F (or 0xC27A2F) is known color: Meteor. HEX triplet: C2, 7A and 2F. RGB value is (194,122,47). Sum of RGB (Red+Green+Blue) = 194+122+47=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A2F is #3D85D0. Grayscale: #878787. Windows color (decimal): -4031953 or 3111618. OLE color: 3111618.
HSL color Cylindrical-coordinate representation of color #C27A2F: hue angle of 30.61º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C27A2F is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 47 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.24 |
| HSL | 30.61º | 0.61% | 0.47% | - |
| HSV(B) | 30.61º | 0.76% | 0.76% | - |
| XYZ | 29.72 | 25.59 | 6.06 | - |
| YUV | 134.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 47 | 0 | 0.37 | 0.76 | 0.24 | 30.61 | 0.61 | 0.47 |
| Hex | C2 | 7A | 2F | 0 | 25 | 4C | 18 | 1F | 3D | 2F |
| Octal | 302 | 172 | 57 | 0 | 45 | 114 | 30 | 37 | 75 | 57 |
| Binary | 11000010 | 1111010 | 101111 | 0 | 100101 | 1001100 | 11000 | 11111 | 111101 | 101111 |
Color Harmonies of #C27A2F
Complementary color
Monochromatic Colors of #C27A2F
Black with #C27A2F
Text Example
Text Example
White with #C27A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A2F; }
p { color: rgb(194,122,47); }
H1.HeaderClassName
{
color: #C27A2F;
}
.AnyTagClassName
{
color: #C27A2F;
}
</style>
background-color css
<style>
a { background-color: #C27A2F; }
a { background-color: rgb(194,122,47); }
div.DivClassName
{
background-color: #C27A2F;
}
.BgClassName
{
background-color: #C27A2F;
}
</style>
border-color css
<style>
span { border-color: #C27A2F; }
span { border-color: rgb(194,122,47); }
td.TdClassName
{
border-color: #C27A2F;
}
.TagClassName
{
border-color: #C27A2F;
}
</style>