Shades of Meteor #C4732C
Tints of Meteor #C4732C
RGB
CMYK
RGB Variations
Color information
#C4732C (or 0xC4732C) is known color: Meteor. HEX triplet: C4, 73 and 2C. RGB value is (196,115,44). Sum of RGB (Red+Green+Blue) = 196+115+44=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4732C is #3B8CD3. Grayscale: #838383. Windows color (decimal): -3902676 or 2913220. OLE color: 2913220.
HSL color Cylindrical-coordinate representation of color #C4732C: hue angle of 28.03º degrees, saturation: 0.63, 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 #C4732C is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 115 | 44 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.23 |
| HSL | 28.03º | 0.63% | 0.47% | - |
| HSV(B) | 28.03º | 0.78% | 0.77% | - |
| XYZ | 29.35 | 24.18 | 5.5 | - |
| YUV | 131.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 115 | 44 | 0 | 0.41 | 0.78 | 0.23 | 28.03 | 0.63 | 0.47 |
| Hex | C4 | 73 | 2C | 0 | 29 | 4E | 17 | 1C | 3F | 2F |
| Octal | 304 | 163 | 54 | 0 | 51 | 116 | 27 | 34 | 77 | 57 |
| Binary | 11000100 | 1110011 | 101100 | 0 | 101001 | 1001110 | 10111 | 11100 | 111111 | 101111 |
Color Harmonies of #C4732C
Complementary color
Monochromatic Colors of #C4732C
Black with #C4732C
Text Example
Text Example
White with #C4732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4732C; }
p { color: rgb(196,115,44); }
H1.HeaderClassName
{
color: #C4732C;
}
.AnyTagClassName
{
color: #C4732C;
}
</style>
background-color css
<style>
a { background-color: #C4732C; }
a { background-color: rgb(196,115,44); }
div.DivClassName
{
background-color: #C4732C;
}
.BgClassName
{
background-color: #C4732C;
}
</style>
border-color css
<style>
span { border-color: #C4732C; }
span { border-color: rgb(196,115,44); }
td.TdClassName
{
border-color: #C4732C;
}
.TagClassName
{
border-color: #C4732C;
}
</style>