Shades of Meteor #C4762B
Tints of Meteor #C4762B
RGB
CMYK
RGB Variations
Color information
#C4762B (or 0xC4762B) is known color: Meteor. HEX triplet: C4, 76 and 2B. RGB value is (196,118,43). Sum of RGB (Red+Green+Blue) = 196+118+43=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4762B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4762B is #3B89D4. Grayscale: #858585. Windows color (decimal): -3901909 or 2848452. OLE color: 2848452.
HSL color Cylindrical-coordinate representation of color #C4762B: hue angle of 29.41º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4762B is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 43 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.23 |
| HSL | 29.41º | 0.64% | 0.47% | - |
| HSV(B) | 29.41º | 0.78% | 0.77% | - |
| XYZ | 29.68 | 24.87 | 5.52 | - |
| YUV | 132.77 | 77.34 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 43 | 0 | 0.40 | 0.78 | 0.23 | 29.41 | 0.64 | 0.47 |
| Hex | C4 | 76 | 2B | 0 | 28 | 4E | 17 | 1D | 40 | 2F |
| Octal | 304 | 166 | 53 | 0 | 50 | 116 | 27 | 35 | 100 | 57 |
| Binary | 11000100 | 1110110 | 101011 | 0 | 101000 | 1001110 | 10111 | 11101 | 1000000 | 101111 |
Color Harmonies of #C4762B
Complementary color
Monochromatic Colors of #C4762B
Black with #C4762B
Text Example
Text Example
White with #C4762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4762B; }
p { color: rgb(196,118,43); }
H1.HeaderClassName
{
color: #C4762B;
}
.AnyTagClassName
{
color: #C4762B;
}
</style>
background-color css
<style>
a { background-color: #C4762B; }
a { background-color: rgb(196,118,43); }
div.DivClassName
{
background-color: #C4762B;
}
.BgClassName
{
background-color: #C4762B;
}
</style>
border-color css
<style>
span { border-color: #C4762B; }
span { border-color: rgb(196,118,43); }
td.TdClassName
{
border-color: #C4762B;
}
.TagClassName
{
border-color: #C4762B;
}
</style>