Shades of Meteor #C3752E
Tints of Meteor #C3752E
RGB
CMYK
RGB Variations
Color information
#C3752E (or 0xC3752E) is known color: Meteor. HEX triplet: C3, 75 and 2E. RGB value is (195,117,46). Sum of RGB (Red+Green+Blue) = 195+117+46=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C3752E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3752E is #3C8AD1. Grayscale: #848484. Windows color (decimal): -3967698 or 3044803. OLE color: 3044803.
HSL color Cylindrical-coordinate representation of color #C3752E: hue angle of 28.59º degrees, saturation: 0.62, 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 #C3752E is Cyan = 0, Magento = 0.4, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 46 | - |
| CMYK | 0 | 0.4 | 0.76 | 0.24 |
| HSL | 28.59º | 0.62% | 0.47% | - |
| HSV(B) | 28.59º | 0.76% | 0.76% | - |
| XYZ | 29.36 | 24.52 | 5.77 | - |
| YUV | 132.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 46 | 0 | 0.4 | 0.76 | 0.24 | 28.59 | 0.62 | 0.47 |
| Hex | C3 | 75 | 2E | 0 | 28 | 4C | 18 | 1D | 3E | 2F |
| Octal | 303 | 165 | 56 | 0 | 50 | 114 | 30 | 35 | 76 | 57 |
| Binary | 11000011 | 1110101 | 101110 | 0 | 101000 | 1001100 | 11000 | 11101 | 111110 | 101111 |
Color Harmonies of #C3752E
Complementary color
Monochromatic Colors of #C3752E
Black with #C3752E
Text Example
Text Example
White with #C3752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3752E; }
p { color: rgb(195,117,46); }
H1.HeaderClassName
{
color: #C3752E;
}
.AnyTagClassName
{
color: #C3752E;
}
</style>
background-color css
<style>
a { background-color: #C3752E; }
a { background-color: rgb(195,117,46); }
div.DivClassName
{
background-color: #C3752E;
}
.BgClassName
{
background-color: #C3752E;
}
</style>
border-color css
<style>
span { border-color: #C3752E; }
span { border-color: rgb(195,117,46); }
td.TdClassName
{
border-color: #C3752E;
}
.TagClassName
{
border-color: #C3752E;
}
</style>