Shades of Meteor #C3722B
Tints of Meteor #C3722B
RGB
CMYK
RGB Variations
Color information
#C3722B (or 0xC3722B) is known color: Meteor. HEX triplet: C3, 72 and 2B. RGB value is (195,114,43). Sum of RGB (Red+Green+Blue) = 195+114+43=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C3722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3722B is #3C8DD4. Grayscale: #828282. Windows color (decimal): -3968469 or 2847427. OLE color: 2847427.
HSL color Cylindrical-coordinate representation of color #C3722B: hue angle of 28.03º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3722B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 43 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.24 |
| HSL | 28.03º | 0.64% | 0.47% | - |
| HSV(B) | 28.03º | 0.78% | 0.76% | - |
| XYZ | 28.96 | 23.81 | 5.36 | - |
| YUV | 130.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 43 | 0 | 0.42 | 0.78 | 0.24 | 28.03 | 0.64 | 0.47 |
| Hex | C3 | 72 | 2B | 0 | 2A | 4E | 18 | 1C | 40 | 2F |
| Octal | 303 | 162 | 53 | 0 | 52 | 116 | 30 | 34 | 100 | 57 |
| Binary | 11000011 | 1110010 | 101011 | 0 | 101010 | 1001110 | 11000 | 11100 | 1000000 | 101111 |
Color Harmonies of #C3722B
Complementary color
Monochromatic Colors of #C3722B
Black with #C3722B
Text Example
Text Example
White with #C3722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3722B; }
p { color: rgb(195,114,43); }
H1.HeaderClassName
{
color: #C3722B;
}
.AnyTagClassName
{
color: #C3722B;
}
</style>
background-color css
<style>
a { background-color: #C3722B; }
a { background-color: rgb(195,114,43); }
div.DivClassName
{
background-color: #C3722B;
}
.BgClassName
{
background-color: #C3722B;
}
</style>
border-color css
<style>
span { border-color: #C3722B; }
span { border-color: rgb(195,114,43); }
td.TdClassName
{
border-color: #C3722B;
}
.TagClassName
{
border-color: #C3722B;
}
</style>