Shades of Meteor #C17536
Tints of Meteor #C17536
RGB
CMYK
RGB Variations
Color information
#C17536 (or 0xC17536) is known color: Meteor. HEX triplet: C1, 75 and 36. RGB value is (193,117,54). Sum of RGB (Red+Green+Blue) = 193+117+54=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C17536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17536 is #3E8AC9. Grayscale: #848484. Windows color (decimal): -4098762 or 3569089. OLE color: 3569089.
HSL color Cylindrical-coordinate representation of color #C17536: hue angle of 27.19º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C17536 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 54 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.24 |
| HSL | 27.19º | 0.56% | 0.48% | - |
| HSV(B) | 27.19º | 0.72% | 0.76% | - |
| XYZ | 29.02 | 24.33 | 6.66 | - |
| YUV | 132.54 | 83.68 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 54 | 0 | 0.39 | 0.72 | 0.24 | 27.19 | 0.56 | 0.48 |
| Hex | C1 | 75 | 36 | 0 | 27 | 48 | 18 | 1B | 38 | 30 |
| Octal | 301 | 165 | 66 | 0 | 47 | 110 | 30 | 33 | 70 | 60 |
| Binary | 11000001 | 1110101 | 110110 | 0 | 100111 | 1001000 | 11000 | 11011 | 111000 | 110000 |
Color Harmonies of #C17536
Complementary color
Monochromatic Colors of #C17536
Black with #C17536
Text Example
Text Example
White with #C17536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17536; }
p { color: rgb(193,117,54); }
H1.HeaderClassName
{
color: #C17536;
}
.AnyTagClassName
{
color: #C17536;
}
</style>
background-color css
<style>
a { background-color: #C17536; }
a { background-color: rgb(193,117,54); }
div.DivClassName
{
background-color: #C17536;
}
.BgClassName
{
background-color: #C17536;
}
</style>
border-color css
<style>
span { border-color: #C17536; }
span { border-color: rgb(193,117,54); }
td.TdClassName
{
border-color: #C17536;
}
.TagClassName
{
border-color: #C17536;
}
</style>