Shades of Meteor #C27430
Tints of Meteor #C27430
RGB
CMYK
RGB Variations
Color information
#C27430 (or 0xC27430) is known color: Meteor. HEX triplet: C2, 74 and 30. RGB value is (194,116,48). Sum of RGB (Red+Green+Blue) = 194+116+48=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C27430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27430 is #3D8BCF. Grayscale: #838383. Windows color (decimal): -4033488 or 3175618. OLE color: 3175618.
HSL color Cylindrical-coordinate representation of color #C27430: hue angle of 27.95º 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 #C27430 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 48 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.24 |
| HSL | 27.95º | 0.6% | 0.47% | - |
| HSV(B) | 27.95º | 0.75% | 0.76% | - |
| XYZ | 29.03 | 24.17 | 5.93 | - |
| YUV | 131.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 48 | 0 | 0.40 | 0.75 | 0.24 | 27.95 | 0.6 | 0.47 |
| Hex | C2 | 74 | 30 | 0 | 28 | 4B | 18 | 1C | 3C | 2F |
| Octal | 302 | 164 | 60 | 0 | 50 | 113 | 30 | 34 | 74 | 57 |
| Binary | 11000010 | 1110100 | 110000 | 0 | 101000 | 1001011 | 11000 | 11100 | 111100 | 101111 |
Color Harmonies of #C27430
Complementary color
Monochromatic Colors of #C27430
Black with #C27430
Text Example
Text Example
White with #C27430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27430; }
p { color: rgb(194,116,48); }
H1.HeaderClassName
{
color: #C27430;
}
.AnyTagClassName
{
color: #C27430;
}
</style>
background-color css
<style>
a { background-color: #C27430; }
a { background-color: rgb(194,116,48); }
div.DivClassName
{
background-color: #C27430;
}
.BgClassName
{
background-color: #C27430;
}
</style>
border-color css
<style>
span { border-color: #C27430; }
span { border-color: rgb(194,116,48); }
td.TdClassName
{
border-color: #C27430;
}
.TagClassName
{
border-color: #C27430;
}
</style>