Shades of Meteor #C3732B
Tints of Meteor #C3732B
RGB
CMYK
RGB Variations
Color information
#C3732B (or 0xC3732B) is known color: Meteor. HEX triplet: C3, 73 and 2B. RGB value is (195,115,43). Sum of RGB (Red+Green+Blue) = 195+115+43=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3732B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3732B is #3C8CD4. Grayscale: #838383. Windows color (decimal): -3968213 or 2847683. OLE color: 2847683.
HSL color Cylindrical-coordinate representation of color #C3732B: hue angle of 28.42º 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 #C3732B is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 115 | 43 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.24 |
| HSL | 28.42º | 0.64% | 0.47% | - |
| HSV(B) | 28.42º | 0.78% | 0.76% | - |
| XYZ | 29.07 | 24.04 | 5.39 | - |
| YUV | 130.71 | 78.5 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 43 | 0 | 0.41 | 0.78 | 0.24 | 28.42 | 0.64 | 0.47 |
| Hex | C3 | 73 | 2B | 0 | 29 | 4E | 18 | 1C | 40 | 2F |
| Octal | 303 | 163 | 53 | 0 | 51 | 116 | 30 | 34 | 100 | 57 |
| Binary | 11000011 | 1110011 | 101011 | 0 | 101001 | 1001110 | 11000 | 11100 | 1000000 | 101111 |
Color Harmonies of #C3732B
Complementary color
Monochromatic Colors of #C3732B
Black with #C3732B
Text Example
Text Example
White with #C3732B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3732B; }
p { color: rgb(195,115,43); }
H1.HeaderClassName
{
color: #C3732B;
}
.AnyTagClassName
{
color: #C3732B;
}
</style>
background-color css
<style>
a { background-color: #C3732B; }
a { background-color: rgb(195,115,43); }
div.DivClassName
{
background-color: #C3732B;
}
.BgClassName
{
background-color: #C3732B;
}
</style>
border-color css
<style>
span { border-color: #C3732B; }
span { border-color: rgb(195,115,43); }
td.TdClassName
{
border-color: #C3732B;
}
.TagClassName
{
border-color: #C3732B;
}
</style>