Shades of Meteor #C1752D
Tints of Meteor #C1752D
RGB
CMYK
RGB Variations
Color information
#C1752D (or 0xC1752D) is known color: Meteor. HEX triplet: C1, 75 and 2D. RGB value is (193,117,45). Sum of RGB (Red+Green+Blue) = 193+117+45=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C1752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1752D is #3E8AD2. Grayscale: #838383. Windows color (decimal): -4098771 or 2979265. OLE color: 2979265.
HSL color Cylindrical-coordinate representation of color #C1752D: hue angle of 29.19º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1752D is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 45 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.24 |
| HSL | 29.19º | 0.62% | 0.47% | - |
| HSV(B) | 29.19º | 0.77% | 0.76% | - |
| XYZ | 28.83 | 24.25 | 5.64 | - |
| YUV | 131.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 45 | 0 | 0.39 | 0.77 | 0.24 | 29.19 | 0.62 | 0.47 |
| Hex | C1 | 75 | 2D | 0 | 27 | 4D | 18 | 1D | 3E | 2F |
| Octal | 301 | 165 | 55 | 0 | 47 | 115 | 30 | 35 | 76 | 57 |
| Binary | 11000001 | 1110101 | 101101 | 0 | 100111 | 1001101 | 11000 | 11101 | 111110 | 101111 |
Color Harmonies of #C1752D
Complementary color
Monochromatic Colors of #C1752D
Black with #C1752D
Text Example
Text Example
White with #C1752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1752D; }
p { color: rgb(193,117,45); }
H1.HeaderClassName
{
color: #C1752D;
}
.AnyTagClassName
{
color: #C1752D;
}
</style>
background-color css
<style>
a { background-color: #C1752D; }
a { background-color: rgb(193,117,45); }
div.DivClassName
{
background-color: #C1752D;
}
.BgClassName
{
background-color: #C1752D;
}
</style>
border-color css
<style>
span { border-color: #C1752D; }
span { border-color: rgb(193,117,45); }
td.TdClassName
{
border-color: #C1752D;
}
.TagClassName
{
border-color: #C1752D;
}
</style>