Shades of Meteor #C37733
Tints of Meteor #C37733
RGB
CMYK
RGB Variations
Color information
#C37733 (or 0xC37733) is known color: Meteor. HEX triplet: C3, 77 and 33. RGB value is (195,119,51). Sum of RGB (Red+Green+Blue) = 195+119+51=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 51 (20.31% from 255 or 13.97% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C37733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37733 is #3C88CC. Grayscale: #868686. Windows color (decimal): -3967181 or 3372995. OLE color: 3372995.
HSL color Cylindrical-coordinate representation of color #C37733: hue angle of 28.33º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C37733 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 119 | 51 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.24 |
| HSL | 28.33º | 0.59% | 0.48% | - |
| HSV(B) | 28.33º | 0.74% | 0.76% | - |
| XYZ | 29.7 | 25.03 | 6.4 | - |
| YUV | 133.97 | 81.18 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 119 | 51 | 0 | 0.39 | 0.74 | 0.24 | 28.33 | 0.59 | 0.48 |
| Hex | C3 | 77 | 33 | 0 | 27 | 4A | 18 | 1C | 3B | 30 |
| Octal | 303 | 167 | 63 | 0 | 47 | 112 | 30 | 34 | 73 | 60 |
| Binary | 11000011 | 1110111 | 110011 | 0 | 100111 | 1001010 | 11000 | 11100 | 111011 | 110000 |
Color Harmonies of #C37733
Complementary color
Monochromatic Colors of #C37733
Black with #C37733
Text Example
Text Example
White with #C37733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37733; }
p { color: rgb(195,119,51); }
H1.HeaderClassName
{
color: #C37733;
}
.AnyTagClassName
{
color: #C37733;
}
</style>
background-color css
<style>
a { background-color: #C37733; }
a { background-color: rgb(195,119,51); }
div.DivClassName
{
background-color: #C37733;
}
.BgClassName
{
background-color: #C37733;
}
</style>
border-color css
<style>
span { border-color: #C37733; }
span { border-color: rgb(195,119,51); }
td.TdClassName
{
border-color: #C37733;
}
.TagClassName
{
border-color: #C37733;
}
</style>