Shades of Meteor #C17830
Tints of Meteor #C17830
RGB
CMYK
RGB Variations
Color information
#C17830 (or 0xC17830) is known color: Meteor. HEX triplet: C1, 78 and 30. RGB value is (193,120,48). Sum of RGB (Red+Green+Blue) = 193+120+48=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C17830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17830 is #3E87CF. Grayscale: #858585. Windows color (decimal): -4098000 or 3176641. OLE color: 3176641.
HSL color Cylindrical-coordinate representation of color #C17830: hue angle of 29.79º 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 #C17830 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 48 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.24 |
| HSL | 29.79º | 0.6% | 0.47% | - |
| HSV(B) | 29.79º | 0.75% | 0.76% | - |
| XYZ | 29.24 | 24.98 | 6.08 | - |
| YUV | 133.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 48 | 0 | 0.38 | 0.75 | 0.24 | 29.79 | 0.6 | 0.47 |
| Hex | C1 | 78 | 30 | 0 | 26 | 4B | 18 | 1E | 3C | 2F |
| Octal | 301 | 170 | 60 | 0 | 46 | 113 | 30 | 36 | 74 | 57 |
| Binary | 11000001 | 1111000 | 110000 | 0 | 100110 | 1001011 | 11000 | 11110 | 111100 | 101111 |
Color Harmonies of #C17830
Complementary color
Monochromatic Colors of #C17830
Black with #C17830
Text Example
Text Example
White with #C17830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17830; }
p { color: rgb(193,120,48); }
H1.HeaderClassName
{
color: #C17830;
}
.AnyTagClassName
{
color: #C17830;
}
</style>
background-color css
<style>
a { background-color: #C17830; }
a { background-color: rgb(193,120,48); }
div.DivClassName
{
background-color: #C17830;
}
.BgClassName
{
background-color: #C17830;
}
</style>
border-color css
<style>
span { border-color: #C17830; }
span { border-color: rgb(193,120,48); }
td.TdClassName
{
border-color: #C17830;
}
.TagClassName
{
border-color: #C17830;
}
</style>