Shades of Meteor #C3702F
Tints of Meteor #C3702F
RGB
CMYK
RGB Variations
Color information
#C3702F (or 0xC3702F) is known color: Meteor. HEX triplet: C3, 70 and 2F. RGB value is (195,112,47). Sum of RGB (Red+Green+Blue) = 195+112+47=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 47 (18.75% from 255 or 13.28% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3702F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3702F is #3C8FD0. Grayscale: #818181. Windows color (decimal): -3968977 or 3109059. OLE color: 3109059.
HSL color Cylindrical-coordinate representation of color #C3702F: hue angle of 26.35º 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 #C3702F is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 47 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.24 |
| HSL | 26.35º | 0.61% | 0.47% | - |
| HSV(B) | 26.35º | 0.76% | 0.76% | - |
| XYZ | 28.81 | 23.4 | 5.69 | - |
| YUV | 129.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 47 | 0 | 0.43 | 0.76 | 0.24 | 26.35 | 0.61 | 0.47 |
| Hex | C3 | 70 | 2F | 0 | 2B | 4C | 18 | 1A | 3D | 2F |
| Octal | 303 | 160 | 57 | 0 | 53 | 114 | 30 | 32 | 75 | 57 |
| Binary | 11000011 | 1110000 | 101111 | 0 | 101011 | 1001100 | 11000 | 11010 | 111101 | 101111 |
Color Harmonies of #C3702F
Complementary color
Monochromatic Colors of #C3702F
Black with #C3702F
Text Example
Text Example
White with #C3702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3702F; }
p { color: rgb(195,112,47); }
H1.HeaderClassName
{
color: #C3702F;
}
.AnyTagClassName
{
color: #C3702F;
}
</style>
background-color css
<style>
a { background-color: #C3702F; }
a { background-color: rgb(195,112,47); }
div.DivClassName
{
background-color: #C3702F;
}
.BgClassName
{
background-color: #C3702F;
}
</style>
border-color css
<style>
span { border-color: #C3702F; }
span { border-color: rgb(195,112,47); }
td.TdClassName
{
border-color: #C3702F;
}
.TagClassName
{
border-color: #C3702F;
}
</style>