Shades of Meteor #C57733
Tints of Meteor #C57733
RGB
CMYK
RGB Variations
Color information
#C57733 (or 0xC57733) is known color: Meteor. HEX triplet: C5, 77 and 33. RGB value is (197,119,51). Sum of RGB (Red+Green+Blue) = 197+119+51=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C57733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57733 is #3A88CC. Grayscale: #868686. Windows color (decimal): -3836109 or 3372997. OLE color: 3372997.
HSL color Cylindrical-coordinate representation of color #C57733: hue angle of 27.95º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C57733 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 119 | 51 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.23 |
| HSL | 27.95º | 0.59% | 0.49% | - |
| HSV(B) | 27.95º | 0.74% | 0.77% | - |
| XYZ | 30.22 | 25.3 | 6.42 | - |
| YUV | 134.57 | 80.84 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 51 | 0 | 0.40 | 0.74 | 0.23 | 27.95 | 0.59 | 0.49 |
| Hex | C5 | 77 | 33 | 0 | 28 | 4A | 17 | 1C | 3B | 31 |
| Octal | 305 | 167 | 63 | 0 | 50 | 112 | 27 | 34 | 73 | 61 |
| Binary | 11000101 | 1110111 | 110011 | 0 | 101000 | 1001010 | 10111 | 11100 | 111011 | 110001 |
Color Harmonies of #C57733
Complementary color
Monochromatic Colors of #C57733
Black with #C57733
Text Example
Text Example
White with #C57733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57733; }
p { color: rgb(197,119,51); }
H1.HeaderClassName
{
color: #C57733;
}
.AnyTagClassName
{
color: #C57733;
}
</style>
background-color css
<style>
a { background-color: #C57733; }
a { background-color: rgb(197,119,51); }
div.DivClassName
{
background-color: #C57733;
}
.BgClassName
{
background-color: #C57733;
}
</style>
border-color css
<style>
span { border-color: #C57733; }
span { border-color: rgb(197,119,51); }
td.TdClassName
{
border-color: #C57733;
}
.TagClassName
{
border-color: #C57733;
}
</style>