Shades of Meteor #C36F2A
Tints of Meteor #C36F2A
RGB
CMYK
RGB Variations
Color information
#C36F2A (or 0xC36F2A) is known color: Meteor. HEX triplet: C3, 6F and 2A. RGB value is (195,111,42). Sum of RGB (Red+Green+Blue) = 195+111+42=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C36F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36F2A is #3C90D5. Grayscale: #808080. Windows color (decimal): -3969238 or 2781123. OLE color: 2781123.
HSL color Cylindrical-coordinate representation of color #C36F2A: hue angle of 27.06º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C36F2A is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 111 | 42 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.24 |
| HSL | 27.06º | 0.65% | 0.46% | - |
| HSV(B) | 27.06º | 0.78% | 0.76% | - |
| XYZ | 28.61 | 23.14 | 5.15 | - |
| YUV | 128.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 111 | 42 | 0 | 0.43 | 0.78 | 0.24 | 27.06 | 0.65 | 0.46 |
| Hex | C3 | 6F | 2A | 0 | 2B | 4E | 18 | 1B | 41 | 2E |
| Octal | 303 | 157 | 52 | 0 | 53 | 116 | 30 | 33 | 101 | 56 |
| Binary | 11000011 | 1101111 | 101010 | 0 | 101011 | 1001110 | 11000 | 11011 | 1000001 | 101110 |
Color Harmonies of #C36F2A
Complementary color
Monochromatic Colors of #C36F2A
Black with #C36F2A
Text Example
Text Example
White with #C36F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36F2A; }
p { color: rgb(195,111,42); }
H1.HeaderClassName
{
color: #C36F2A;
}
.AnyTagClassName
{
color: #C36F2A;
}
</style>
background-color css
<style>
a { background-color: #C36F2A; }
a { background-color: rgb(195,111,42); }
div.DivClassName
{
background-color: #C36F2A;
}
.BgClassName
{
background-color: #C36F2A;
}
</style>
border-color css
<style>
span { border-color: #C36F2A; }
span { border-color: rgb(195,111,42); }
td.TdClassName
{
border-color: #C36F2A;
}
.TagClassName
{
border-color: #C36F2A;
}
</style>