Shades of Meteor #C3762C
Tints of Meteor #C3762C
RGB
CMYK
RGB Variations
Color information
#C3762C (or 0xC3762C) is known color: Meteor. HEX triplet: C3, 76 and 2C. RGB value is (195,118,44). Sum of RGB (Red+Green+Blue) = 195+118+44=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3762C is #3C89D3. Grayscale: #848484. Windows color (decimal): -3967444 or 2913987. OLE color: 2913987.
HSL color Cylindrical-coordinate representation of color #C3762C: hue angle of 29.4º 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 #C3762C is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 118 | 44 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.24 |
| HSL | 29.4º | 0.63% | 0.47% | - |
| HSV(B) | 29.4º | 0.77% | 0.76% | - |
| XYZ | 29.44 | 24.74 | 5.61 | - |
| YUV | 132.59 | 78.01 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 118 | 44 | 0 | 0.39 | 0.77 | 0.24 | 29.4 | 0.63 | 0.47 |
| Hex | C3 | 76 | 2C | 0 | 27 | 4D | 18 | 1D | 3F | 2F |
| Octal | 303 | 166 | 54 | 0 | 47 | 115 | 30 | 35 | 77 | 57 |
| Binary | 11000011 | 1110110 | 101100 | 0 | 100111 | 1001101 | 11000 | 11101 | 111111 | 101111 |
Color Harmonies of #C3762C
Complementary color
Monochromatic Colors of #C3762C
Black with #C3762C
Text Example
Text Example
White with #C3762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3762C; }
p { color: rgb(195,118,44); }
H1.HeaderClassName
{
color: #C3762C;
}
.AnyTagClassName
{
color: #C3762C;
}
</style>
background-color css
<style>
a { background-color: #C3762C; }
a { background-color: rgb(195,118,44); }
div.DivClassName
{
background-color: #C3762C;
}
.BgClassName
{
background-color: #C3762C;
}
</style>
border-color css
<style>
span { border-color: #C3762C; }
span { border-color: rgb(195,118,44); }
td.TdClassName
{
border-color: #C3762C;
}
.TagClassName
{
border-color: #C3762C;
}
</style>