Shades of Meteor #C17530
Tints of Meteor #C17530
RGB
CMYK
RGB Variations
Color information
#C17530 (or 0xC17530) is known color: Meteor. HEX triplet: C1, 75 and 30. RGB value is (193,117,48). Sum of RGB (Red+Green+Blue) = 193+117+48=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C17530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17530 is #3E8ACF. Grayscale: #848484. Windows color (decimal): -4098768 or 3175873. OLE color: 3175873.
HSL color Cylindrical-coordinate representation of color #C17530: hue angle of 28.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C17530 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 48 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.24 |
| HSL | 28.55º | 0.6% | 0.47% | - |
| HSV(B) | 28.55º | 0.75% | 0.76% | - |
| XYZ | 28.89 | 24.27 | 5.96 | - |
| YUV | 131.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 48 | 0 | 0.39 | 0.75 | 0.24 | 28.55 | 0.6 | 0.47 |
| Hex | C1 | 75 | 30 | 0 | 27 | 4B | 18 | 1D | 3C | 2F |
| Octal | 301 | 165 | 60 | 0 | 47 | 113 | 30 | 35 | 74 | 57 |
| Binary | 11000001 | 1110101 | 110000 | 0 | 100111 | 1001011 | 11000 | 11101 | 111100 | 101111 |
Color Harmonies of #C17530
Complementary color
Monochromatic Colors of #C17530
Black with #C17530
Text Example
Text Example
White with #C17530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17530; }
p { color: rgb(193,117,48); }
H1.HeaderClassName
{
color: #C17530;
}
.AnyTagClassName
{
color: #C17530;
}
</style>
background-color css
<style>
a { background-color: #C17530; }
a { background-color: rgb(193,117,48); }
div.DivClassName
{
background-color: #C17530;
}
.BgClassName
{
background-color: #C17530;
}
</style>
border-color css
<style>
span { border-color: #C17530; }
span { border-color: rgb(193,117,48); }
td.TdClassName
{
border-color: #C17530;
}
.TagClassName
{
border-color: #C17530;
}
</style>