Shades of Meteor #C27433
Tints of Meteor #C27433
RGB
CMYK
RGB Variations
Color information
#C27433 (or 0xC27433) is known color: Meteor. HEX triplet: C2, 74 and 33. RGB value is (194,116,51). Sum of RGB (Red+Green+Blue) = 194+116+51=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C27433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27433 is #3D8BCC. Grayscale: #848484. Windows color (decimal): -4033485 or 3372226. OLE color: 3372226.
HSL color Cylindrical-coordinate representation of color #C27433: hue angle of 27.27º degrees, saturation: 0.58, 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 #C27433 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 116 | 51 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.24 |
| HSL | 27.27º | 0.58% | 0.48% | - |
| HSV(B) | 27.27º | 0.74% | 0.76% | - |
| XYZ | 29.09 | 24.2 | 6.27 | - |
| YUV | 131.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 116 | 51 | 0 | 0.40 | 0.74 | 0.24 | 27.27 | 0.58 | 0.48 |
| Hex | C2 | 74 | 33 | 0 | 28 | 4A | 18 | 1B | 3A | 30 |
| Octal | 302 | 164 | 63 | 0 | 50 | 112 | 30 | 33 | 72 | 60 |
| Binary | 11000010 | 1110100 | 110011 | 0 | 101000 | 1001010 | 11000 | 11011 | 111010 | 110000 |
Color Harmonies of #C27433
Complementary color
Monochromatic Colors of #C27433
Black with #C27433
Text Example
Text Example
White with #C27433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27433; }
p { color: rgb(194,116,51); }
H1.HeaderClassName
{
color: #C27433;
}
.AnyTagClassName
{
color: #C27433;
}
</style>
background-color css
<style>
a { background-color: #C27433; }
a { background-color: rgb(194,116,51); }
div.DivClassName
{
background-color: #C27433;
}
.BgClassName
{
background-color: #C27433;
}
</style>
border-color css
<style>
span { border-color: #C27433; }
span { border-color: rgb(194,116,51); }
td.TdClassName
{
border-color: #C27433;
}
.TagClassName
{
border-color: #C27433;
}
</style>