Shades of Meteor #C3702B
Tints of Meteor #C3702B
RGB
CMYK
RGB Variations
Color information
#C3702B (or 0xC3702B) is known color: Meteor. HEX triplet: C3, 70 and 2B. RGB value is (195,112,43). Sum of RGB (Red+Green+Blue) = 195+112+43=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C3702B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3702B is #3C8FD4. Grayscale: #818181. Windows color (decimal): -3968981 or 2846915. OLE color: 2846915.
HSL color Cylindrical-coordinate representation of color #C3702B: hue angle of 27.24º 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 #C3702B is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 112 | 43 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.24 |
| HSL | 27.24º | 0.64% | 0.47% | - |
| HSV(B) | 27.24º | 0.78% | 0.76% | - |
| XYZ | 28.74 | 23.36 | 5.28 | - |
| YUV | 128.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 43 | 0 | 0.43 | 0.78 | 0.24 | 27.24 | 0.64 | 0.47 |
| Hex | C3 | 70 | 2B | 0 | 2B | 4E | 18 | 1B | 40 | 2F |
| Octal | 303 | 160 | 53 | 0 | 53 | 116 | 30 | 33 | 100 | 57 |
| Binary | 11000011 | 1110000 | 101011 | 0 | 101011 | 1001110 | 11000 | 11011 | 1000000 | 101111 |
Color Harmonies of #C3702B
Complementary color
Monochromatic Colors of #C3702B
Black with #C3702B
Text Example
Text Example
White with #C3702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3702B; }
p { color: rgb(195,112,43); }
H1.HeaderClassName
{
color: #C3702B;
}
.AnyTagClassName
{
color: #C3702B;
}
</style>
background-color css
<style>
a { background-color: #C3702B; }
a { background-color: rgb(195,112,43); }
div.DivClassName
{
background-color: #C3702B;
}
.BgClassName
{
background-color: #C3702B;
}
</style>
border-color css
<style>
span { border-color: #C3702B; }
span { border-color: rgb(195,112,43); }
td.TdClassName
{
border-color: #C3702B;
}
.TagClassName
{
border-color: #C3702B;
}
</style>