Shades of Meteor #C36F31
Tints of Meteor #C36F31
RGB
CMYK
RGB Variations
Color information
#C36F31 (or 0xC36F31) is known color: Meteor. HEX triplet: C3, 6F and 31. RGB value is (195,111,49). Sum of RGB (Red+Green+Blue) = 195+111+49=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F31 is #3C90CE. Grayscale: #818181. Windows color (decimal): -3969231 or 3239875. OLE color: 3239875.
HSL color Cylindrical-coordinate representation of color #C36F31: hue angle of 25.48º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C36F31 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 49 | - |
| CMYK | 0 | 0.43 | 0.75 | 0.24 |
| HSL | 25.48º | 0.6% | 0.48% | - |
| HSV(B) | 25.48º | 0.75% | 0.76% | - |
| XYZ | 28.74 | 23.19 | 5.87 | - |
| YUV | 129.05 | 82.83 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 49 | 0 | 0.43 | 0.75 | 0.24 | 25.48 | 0.6 | 0.48 |
| Hex | C3 | 6F | 31 | 0 | 2B | 4B | 18 | 19 | 3C | 30 |
| Octal | 303 | 157 | 61 | 0 | 53 | 113 | 30 | 31 | 74 | 60 |
| Binary | 11000011 | 1101111 | 110001 | 0 | 101011 | 1001011 | 11000 | 11001 | 111100 | 110000 |
Color Harmonies of #C36F31
Complementary color
Monochromatic Colors of #C36F31
Black with #C36F31
Text Example
Text Example
White with #C36F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F31; }
p { color: rgb(195,111,49); }
H1.HeaderClassName
{
color: #C36F31;
}
.AnyTagClassName
{
color: #C36F31;
}
</style>
background-color css
<style>
a { background-color: #C36F31; }
a { background-color: rgb(195,111,49); }
div.DivClassName
{
background-color: #C36F31;
}
.BgClassName
{
background-color: #C36F31;
}
</style>
border-color css
<style>
span { border-color: #C36F31; }
span { border-color: rgb(195,111,49); }
td.TdClassName
{
border-color: #C36F31;
}
.TagClassName
{
border-color: #C36F31;
}
</style>