Shades of Meteor #C27730
Tints of Meteor #C27730
RGB
CMYK
RGB Variations
Color information
#C27730 (or 0xC27730) is known color: Meteor. HEX triplet: C2, 77 and 30. RGB value is (194,119,48). Sum of RGB (Red+Green+Blue) = 194+119+48=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C27730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27730 is #3D88CF. Grayscale: #858585. Windows color (decimal): -4032720 or 3176386. OLE color: 3176386.
HSL color Cylindrical-coordinate representation of color #C27730: hue angle of 29.18º 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 #C27730 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 119 | 48 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.24 |
| HSL | 29.18º | 0.6% | 0.47% | - |
| HSV(B) | 29.18º | 0.75% | 0.76% | - |
| XYZ | 29.38 | 24.88 | 6.05 | - |
| YUV | 133.33 | 79.85 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 119 | 48 | 0 | 0.39 | 0.75 | 0.24 | 29.18 | 0.6 | 0.47 |
| Hex | C2 | 77 | 30 | 0 | 27 | 4B | 18 | 1D | 3C | 2F |
| Octal | 302 | 167 | 60 | 0 | 47 | 113 | 30 | 35 | 74 | 57 |
| Binary | 11000010 | 1110111 | 110000 | 0 | 100111 | 1001011 | 11000 | 11101 | 111100 | 101111 |
Color Harmonies of #C27730
Complementary color
Monochromatic Colors of #C27730
Black with #C27730
Text Example
Text Example
White with #C27730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27730; }
p { color: rgb(194,119,48); }
H1.HeaderClassName
{
color: #C27730;
}
.AnyTagClassName
{
color: #C27730;
}
</style>
background-color css
<style>
a { background-color: #C27730; }
a { background-color: rgb(194,119,48); }
div.DivClassName
{
background-color: #C27730;
}
.BgClassName
{
background-color: #C27730;
}
</style>
border-color css
<style>
span { border-color: #C27730; }
span { border-color: rgb(194,119,48); }
td.TdClassName
{
border-color: #C27730;
}
.TagClassName
{
border-color: #C27730;
}
</style>