Shades of Meteor #C17632
Tints of Meteor #C17632
RGB
CMYK
RGB Variations
Color information
#C17632 (or 0xC17632) is known color: Meteor. HEX triplet: C1, 76 and 32. RGB value is (193,118,50). Sum of RGB (Red+Green+Blue) = 193+118+50=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C17632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17632 is #3E89CD. Grayscale: #858585. Windows color (decimal): -4098510 or 3307201. OLE color: 3307201.
HSL color Cylindrical-coordinate representation of color #C17632: hue angle of 28.53º 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 #C17632 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 50 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.24 |
| HSL | 28.53º | 0.59% | 0.48% | - |
| HSV(B) | 28.53º | 0.74% | 0.76% | - |
| XYZ | 29.05 | 24.52 | 6.22 | - |
| YUV | 132.67 | 81.35 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 50 | 0 | 0.39 | 0.74 | 0.24 | 28.53 | 0.59 | 0.48 |
| Hex | C1 | 76 | 32 | 0 | 27 | 4A | 18 | 1D | 3B | 30 |
| Octal | 301 | 166 | 62 | 0 | 47 | 112 | 30 | 35 | 73 | 60 |
| Binary | 11000001 | 1110110 | 110010 | 0 | 100111 | 1001010 | 11000 | 11101 | 111011 | 110000 |
Color Harmonies of #C17632
Complementary color
Monochromatic Colors of #C17632
Black with #C17632
Text Example
Text Example
White with #C17632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17632; }
p { color: rgb(193,118,50); }
H1.HeaderClassName
{
color: #C17632;
}
.AnyTagClassName
{
color: #C17632;
}
</style>
background-color css
<style>
a { background-color: #C17632; }
a { background-color: rgb(193,118,50); }
div.DivClassName
{
background-color: #C17632;
}
.BgClassName
{
background-color: #C17632;
}
</style>
border-color css
<style>
span { border-color: #C17632; }
span { border-color: rgb(193,118,50); }
td.TdClassName
{
border-color: #C17632;
}
.TagClassName
{
border-color: #C17632;
}
</style>