Shades of Meteor #C4762F
Tints of Meteor #C4762F
RGB
CMYK
RGB Variations
Color information
#C4762F (or 0xC4762F) is known color: Meteor. HEX triplet: C4, 76 and 2F. RGB value is (196,118,47). Sum of RGB (Red+Green+Blue) = 196+118+47=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C4762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4762F is #3B89D0. Grayscale: #858585. Windows color (decimal): -3901905 or 3110596. OLE color: 3110596.
HSL color Cylindrical-coordinate representation of color #C4762F: hue angle of 28.59º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4762F is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 47 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.23 |
| HSL | 28.59º | 0.61% | 0.48% | - |
| HSV(B) | 28.59º | 0.76% | 0.77% | - |
| XYZ | 29.76 | 24.9 | 5.93 | - |
| YUV | 133.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 47 | 0 | 0.40 | 0.76 | 0.23 | 28.59 | 0.61 | 0.48 |
| Hex | C4 | 76 | 2F | 0 | 28 | 4C | 17 | 1D | 3D | 30 |
| Octal | 304 | 166 | 57 | 0 | 50 | 114 | 27 | 35 | 75 | 60 |
| Binary | 11000100 | 1110110 | 101111 | 0 | 101000 | 1001100 | 10111 | 11101 | 111101 | 110000 |
Color Harmonies of #C4762F
Complementary color
Monochromatic Colors of #C4762F
Black with #C4762F
Text Example
Text Example
White with #C4762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4762F; }
p { color: rgb(196,118,47); }
H1.HeaderClassName
{
color: #C4762F;
}
.AnyTagClassName
{
color: #C4762F;
}
</style>
background-color css
<style>
a { background-color: #C4762F; }
a { background-color: rgb(196,118,47); }
div.DivClassName
{
background-color: #C4762F;
}
.BgClassName
{
background-color: #C4762F;
}
</style>
border-color css
<style>
span { border-color: #C4762F; }
span { border-color: rgb(196,118,47); }
td.TdClassName
{
border-color: #C4762F;
}
.TagClassName
{
border-color: #C4762F;
}
</style>