Shades of Meteor #C27230
Tints of Meteor #C27230
RGB
CMYK
RGB Variations
Color information
#C27230 (or 0xC27230) is known color: Meteor. HEX triplet: C2, 72 and 30. RGB value is (194,114,48). Sum of RGB (Red+Green+Blue) = 194+114+48=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C27230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27230 is #3D8DCF. Grayscale: #828282. Windows color (decimal): -4034000 or 3175106. OLE color: 3175106.
HSL color Cylindrical-coordinate representation of color #C27230: hue angle of 27.12º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C27230 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 114 | 48 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.24 |
| HSL | 27.12º | 0.6% | 0.47% | - |
| HSV(B) | 27.12º | 0.75% | 0.76% | - |
| XYZ | 28.8 | 23.72 | 5.86 | - |
| YUV | 130.4 | 81.5 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 48 | 0 | 0.41 | 0.75 | 0.24 | 27.12 | 0.6 | 0.47 |
| Hex | C2 | 72 | 30 | 0 | 29 | 4B | 18 | 1B | 3C | 2F |
| Octal | 302 | 162 | 60 | 0 | 51 | 113 | 30 | 33 | 74 | 57 |
| Binary | 11000010 | 1110010 | 110000 | 0 | 101001 | 1001011 | 11000 | 11011 | 111100 | 101111 |
Color Harmonies of #C27230
Complementary color
Monochromatic Colors of #C27230
Black with #C27230
Text Example
Text Example
White with #C27230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27230; }
p { color: rgb(194,114,48); }
H1.HeaderClassName
{
color: #C27230;
}
.AnyTagClassName
{
color: #C27230;
}
</style>
background-color css
<style>
a { background-color: #C27230; }
a { background-color: rgb(194,114,48); }
div.DivClassName
{
background-color: #C27230;
}
.BgClassName
{
background-color: #C27230;
}
</style>
border-color css
<style>
span { border-color: #C27230; }
span { border-color: rgb(194,114,48); }
td.TdClassName
{
border-color: #C27230;
}
.TagClassName
{
border-color: #C27230;
}
</style>