Shades of Meteor #C17432
Tints of Meteor #C17432
RGB
CMYK
RGB Variations
Color information
#C17432 (or 0xC17432) is known color: Meteor. HEX triplet: C1, 74 and 32. RGB value is (193,116,50). Sum of RGB (Red+Green+Blue) = 193+116+50=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 50 (19.92% from 255 or 13.93% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C17432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17432 is #3E8BCD. Grayscale: #838383. Windows color (decimal): -4099022 or 3306689. OLE color: 3306689.
HSL color Cylindrical-coordinate representation of color #C17432: hue angle of 27.69º 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 #C17432 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 116 | 50 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.24 |
| HSL | 27.69º | 0.59% | 0.48% | - |
| HSV(B) | 27.69º | 0.74% | 0.76% | - |
| XYZ | 28.81 | 24.06 | 6.14 | - |
| YUV | 131.5 | 82.01 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 50 | 0 | 0.40 | 0.74 | 0.24 | 27.69 | 0.59 | 0.48 |
| Hex | C1 | 74 | 32 | 0 | 28 | 4A | 18 | 1C | 3B | 30 |
| Octal | 301 | 164 | 62 | 0 | 50 | 112 | 30 | 34 | 73 | 60 |
| Binary | 11000001 | 1110100 | 110010 | 0 | 101000 | 1001010 | 11000 | 11100 | 111011 | 110000 |
Color Harmonies of #C17432
Complementary color
Monochromatic Colors of #C17432
Black with #C17432
Text Example
Text Example
White with #C17432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17432; }
p { color: rgb(193,116,50); }
H1.HeaderClassName
{
color: #C17432;
}
.AnyTagClassName
{
color: #C17432;
}
</style>
background-color css
<style>
a { background-color: #C17432; }
a { background-color: rgb(193,116,50); }
div.DivClassName
{
background-color: #C17432;
}
.BgClassName
{
background-color: #C17432;
}
</style>
border-color css
<style>
span { border-color: #C17432; }
span { border-color: rgb(193,116,50); }
td.TdClassName
{
border-color: #C17432;
}
.TagClassName
{
border-color: #C17432;
}
</style>