Shades of Meteor #C3722F
Tints of Meteor #C3722F
RGB
CMYK
RGB Variations
Color information
#C3722F (or 0xC3722F) is known color: Meteor. HEX triplet: C3, 72 and 2F. RGB value is (195,114,47). Sum of RGB (Red+Green+Blue) = 195+114+47=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3722F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3722F is #3C8DD0. Grayscale: #828282. Windows color (decimal): -3968465 or 3109571. OLE color: 3109571.
HSL color Cylindrical-coordinate representation of color #C3722F: hue angle of 27.16º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3722F is Cyan = 0, Magento = 0.42, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 47 | - |
| CMYK | 0 | 0.42 | 0.76 | 0.24 |
| HSL | 27.16º | 0.61% | 0.47% | - |
| HSV(B) | 27.16º | 0.76% | 0.76% | - |
| XYZ | 29.04 | 23.84 | 5.76 | - |
| YUV | 130.58 | 80.84 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 47 | 0 | 0.42 | 0.76 | 0.24 | 27.16 | 0.61 | 0.47 |
| Hex | C3 | 72 | 2F | 0 | 2A | 4C | 18 | 1B | 3D | 2F |
| Octal | 303 | 162 | 57 | 0 | 52 | 114 | 30 | 33 | 75 | 57 |
| Binary | 11000011 | 1110010 | 101111 | 0 | 101010 | 1001100 | 11000 | 11011 | 111101 | 101111 |
Color Harmonies of #C3722F
Complementary color
Monochromatic Colors of #C3722F
Black with #C3722F
Text Example
Text Example
White with #C3722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3722F; }
p { color: rgb(195,114,47); }
H1.HeaderClassName
{
color: #C3722F;
}
.AnyTagClassName
{
color: #C3722F;
}
</style>
background-color css
<style>
a { background-color: #C3722F; }
a { background-color: rgb(195,114,47); }
div.DivClassName
{
background-color: #C3722F;
}
.BgClassName
{
background-color: #C3722F;
}
</style>
border-color css
<style>
span { border-color: #C3722F; }
span { border-color: rgb(195,114,47); }
td.TdClassName
{
border-color: #C3722F;
}
.TagClassName
{
border-color: #C3722F;
}
</style>