Shades of Meteor #C27830
Tints of Meteor #C27830
RGB
CMYK
RGB Variations
Color information
#C27830 (or 0xC27830) is known color: Meteor. HEX triplet: C2, 78 and 30. RGB value is (194,120,48). Sum of RGB (Red+Green+Blue) = 194+120+48=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C27830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27830 is #3D87CF. Grayscale: #868686. Windows color (decimal): -4032464 or 3176642. OLE color: 3176642.
HSL color Cylindrical-coordinate representation of color #C27830: hue angle of 29.59º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C27830 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 48 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.24 |
| HSL | 29.59º | 0.6% | 0.47% | - |
| HSV(B) | 29.59º | 0.75% | 0.76% | - |
| XYZ | 29.5 | 25.12 | 6.09 | - |
| YUV | 133.92 | 79.52 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 48 | 0 | 0.38 | 0.75 | 0.24 | 29.59 | 0.6 | 0.47 |
| Hex | C2 | 78 | 30 | 0 | 26 | 4B | 18 | 1E | 3C | 2F |
| Octal | 302 | 170 | 60 | 0 | 46 | 113 | 30 | 36 | 74 | 57 |
| Binary | 11000010 | 1111000 | 110000 | 0 | 100110 | 1001011 | 11000 | 11110 | 111100 | 101111 |
Color Harmonies of #C27830
Complementary color
Monochromatic Colors of #C27830
Black with #C27830
Text Example
Text Example
White with #C27830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27830; }
p { color: rgb(194,120,48); }
H1.HeaderClassName
{
color: #C27830;
}
.AnyTagClassName
{
color: #C27830;
}
</style>
background-color css
<style>
a { background-color: #C27830; }
a { background-color: rgb(194,120,48); }
div.DivClassName
{
background-color: #C27830;
}
.BgClassName
{
background-color: #C27830;
}
</style>
border-color css
<style>
span { border-color: #C27830; }
span { border-color: rgb(194,120,48); }
td.TdClassName
{
border-color: #C27830;
}
.TagClassName
{
border-color: #C27830;
}
</style>