Shades of Meteor #C3722C
Tints of Meteor #C3722C
RGB
CMYK
RGB Variations
Color information
#C3722C (or 0xC3722C) is known color: Meteor. HEX triplet: C3, 72 and 2C. RGB value is (195,114,44). Sum of RGB (Red+Green+Blue) = 195+114+44=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3722C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3722C is #3C8DD3. Grayscale: #828282. Windows color (decimal): -3968468 or 2912963. OLE color: 2912963.
HSL color Cylindrical-coordinate representation of color #C3722C: hue angle of 27.81º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3722C is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 114 | 44 | - |
| CMYK | 0 | 0.42 | 0.77 | 0.24 |
| HSL | 27.81º | 0.63% | 0.47% | - |
| HSV(B) | 27.81º | 0.77% | 0.76% | - |
| XYZ | 28.98 | 23.82 | 5.45 | - |
| YUV | 130.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 44 | 0 | 0.42 | 0.77 | 0.24 | 27.81 | 0.63 | 0.47 |
| Hex | C3 | 72 | 2C | 0 | 2A | 4D | 18 | 1C | 3F | 2F |
| Octal | 303 | 162 | 54 | 0 | 52 | 115 | 30 | 34 | 77 | 57 |
| Binary | 11000011 | 1110010 | 101100 | 0 | 101010 | 1001101 | 11000 | 11100 | 111111 | 101111 |
Color Harmonies of #C3722C
Complementary color
Monochromatic Colors of #C3722C
Black with #C3722C
Text Example
Text Example
White with #C3722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3722C; }
p { color: rgb(195,114,44); }
H1.HeaderClassName
{
color: #C3722C;
}
.AnyTagClassName
{
color: #C3722C;
}
</style>
background-color css
<style>
a { background-color: #C3722C; }
a { background-color: rgb(195,114,44); }
div.DivClassName
{
background-color: #C3722C;
}
.BgClassName
{
background-color: #C3722C;
}
</style>
border-color css
<style>
span { border-color: #C3722C; }
span { border-color: rgb(195,114,44); }
td.TdClassName
{
border-color: #C3722C;
}
.TagClassName
{
border-color: #C3722C;
}
</style>