Shades of Meteor #C27632
Tints of Meteor #C27632
RGB
CMYK
RGB Variations
Color information
#C27632 (or 0xC27632) is known color: Meteor. HEX triplet: C2, 76 and 32. RGB value is (194,118,50). Sum of RGB (Red+Green+Blue) = 194+118+50=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C27632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27632 is #3D89CD. Grayscale: #858585. Windows color (decimal): -4032974 or 3307202. OLE color: 3307202.
HSL color Cylindrical-coordinate representation of color #C27632: hue angle of 28.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C27632 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 118 | 50 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.24 |
| HSL | 28.33º | 0.59% | 0.48% | - |
| HSV(B) | 28.33º | 0.74% | 0.76% | - |
| XYZ | 29.3 | 24.66 | 6.23 | - |
| YUV | 132.97 | 81.18 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 118 | 50 | 0 | 0.39 | 0.74 | 0.24 | 28.33 | 0.59 | 0.48 |
| Hex | C2 | 76 | 32 | 0 | 27 | 4A | 18 | 1C | 3B | 30 |
| Octal | 302 | 166 | 62 | 0 | 47 | 112 | 30 | 34 | 73 | 60 |
| Binary | 11000010 | 1110110 | 110010 | 0 | 100111 | 1001010 | 11000 | 11100 | 111011 | 110000 |
Color Harmonies of #C27632
Complementary color
Monochromatic Colors of #C27632
Black with #C27632
Text Example
Text Example
White with #C27632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27632; }
p { color: rgb(194,118,50); }
H1.HeaderClassName
{
color: #C27632;
}
.AnyTagClassName
{
color: #C27632;
}
</style>
background-color css
<style>
a { background-color: #C27632; }
a { background-color: rgb(194,118,50); }
div.DivClassName
{
background-color: #C27632;
}
.BgClassName
{
background-color: #C27632;
}
</style>
border-color css
<style>
span { border-color: #C27632; }
span { border-color: rgb(194,118,50); }
td.TdClassName
{
border-color: #C27632;
}
.TagClassName
{
border-color: #C27632;
}
</style>